Sha256: 603781dc36a6a93acb77dba4bea0e44d31f849f58cd5670759aa0983fc6de44a
Contents?: true
Size: 342 Bytes
Versions: 2
Compression:
Stored size: 342 Bytes
Contents
import EmberRouter from '@ember/routing/router'; import config from './config/environment'; const Router = EmberRouter.extend({ location: config.locationType, rootURL: config.rootURL }); Router.map(function() { this.route("index", { path: "/" }); this.route("show", { path: "/show/:id" }); }); export default Router;
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
logster-1.3.0 | client-app/app/router.js |
logster-1.3.pre | client-app/app/router.js |