UNPKG

ember-fetch

Version:

HTML5 Fetch polyfill (as an ember-addon)

13 lines (9 loc) 245 B
import EmberRouter from '@ember/routing/router'; import config from './config/environment'; const Router = EmberRouter.extend({ location: config.locationType, rootURL: config.rootURL }); Router.map(function() { }); export default Router;