github.com/Aestek/consul@v1.2.4-0.20190309222502-b2c31e33971a/ui-v2/app/adapters/dc.js (about)

     1  import Adapter from './application';
     2  
     3  export default Adapter.extend({
     4    urlForFindAll: function() {
     5      return this.appendURL('catalog/datacenters');
     6    },
     7  });