Sha256: 7b066f4a74abee4d9ca551ab04da7ed48e84f57b00bd7c895ff7420650700cb7
Contents?: true
Size: 355 Bytes
Versions: 14
Compression:
Stored size: 355 Bytes
Contents
import EmberRouter from "@ember/routing/router"; import config from "client-app/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
14 entries across 14 versions & 1 rubygems