This repository has been archived on 2023-03-18. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
osr-discourse-src/plugins/styleguide/assets/javascripts/discourse/styleguide-route-map.js
T
Jarek Radosz 4ad77f3382 DEV: Remove .es6 extensions from core (#14912)
Still supported in plugins though.
2021-11-13 12:51:53 +01:00

6 lines
134 B
JavaScript

export default function () {
this.route("styleguide", function () {
this.route("show", { path: ":category/:section" });
});
}