mirror of
https://gitlab.silvrtree.co.uk/martind2000/project.git
synced 2025-01-11 00:05:08 +00:00
6 lines
115 B
JavaScript
6 lines
115 B
JavaScript
import ApplicationAdapter from './application';
|
|
|
|
export default ApplicationAdapter.extend({
|
|
namespace: 'api'
|
|
});
|