mirror of
https://github.com/kemko/nomad.git
synced 2026-01-05 09:55:44 +03:00
6 lines
155 B
JavaScript
6 lines
155 B
JavaScript
import { default as ApplicationAdapter, namespace } from './application';
|
|
|
|
export default ApplicationAdapter.extend({
|
|
namespace: namespace + '/acl',
|
|
});
|