mirror of
https://github.com/kemko/nomad.git
synced 2026-01-04 09:25:46 +03:00
6 lines
175 B
JavaScript
6 lines
175 B
JavaScript
import { default as ApplicationAdapter, namespace } from './application';
|
|
|
|
export default class PolicyAdapter extends ApplicationAdapter {
|
|
namespace = namespace + '/acl';
|
|
}
|