github.com/iqoqo/nomad@v0.11.3-0.20200911112621-d7021c74d101/ui/app/adapters/agent.js (about) 1 import ApplicationAdapter from './application'; 2 3 export default ApplicationAdapter.extend({ 4 pathForType: () => 'agent/members', 5 urlForFindRecord() { 6 const [, ...args] = arguments; 7 return this.urlForFindAll(...args); 8 }, 9 });