mirror of
https://gitlab.silvrtree.co.uk/martind2000/censis-obrand.git
synced 2025-02-06 21:49:15 +00:00
6 lines
115 B
JavaScript
6 lines
115 B
JavaScript
|
import ApplicationAdapter from './application';
|
||
|
|
||
|
export default ApplicationAdapter.extend({
|
||
|
namespace: 'api'
|
||
|
});
|