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