UNPKG

@projectcaluma/ember-analytics

Version:
12 lines (10 loc) 300 B
import buildRoutes from "ember-engines/routes"; export default buildRoutes(function () { this.route("reports", { path: "/" }, function () { this.route("edit", { path: "/:report_id" }, function () { this.route("preview"); this.route("new"); }); this.route("new"); }); });