6 lines
134 B
JavaScript
6 lines
134 B
JavaScript
export default function () {
|
|
this.route("styleguide", function () {
|
|
this.route("show", { path: ":category/:section" });
|
|
});
|
|
}
|