Sha256: bc862da00112b7ae2f5ae3c469f6ba12eadae9ed197576114918436b681a3681
Contents?: true
Size: 345 Bytes
Versions: 23
Compression:
Stored size: 345 Bytes
Contents
import EmberRouter from "@ember/routing/router"; import config from "./config/environment"; export default class Router extends EmberRouter { location = config.locationType; rootURL = config.rootURL; } Router.map(function() { this.route("index", { path: "/" }); this.route("show", { path: "/show/:id" }); this.route("settings"); });
Version data entries
23 entries across 23 versions & 1 rubygems