UNPKG

ember-alexandria

Version:

Document management frontend for the alexandria backend

8 lines (6 loc) 202 B
import buildRoutes from "ember-engines/routes"; export default buildRoutes(function () { this.route("index", { path: "/" }); this.route("search"); this.route("notfound", { path: "/*path" }); });