Skip to content
Snippets Groups Projects
folder.js 200 B
Newer Older
  • Learn to ignore specific revisions
  • import ApplicationAdapter from './application';
    
    
    export default class FolderAdapter extends ApplicationAdapter {
    
      urlForCreateRecord() {
        let ret = this.buildURL('nodes');
        return ret;
      }
    }