mirror of
https://gh.wpcy.net/https://github.com/discourse/discourse.git
synced 2026-05-27 00:42:45 +08:00
5 lines
134 B
JavaScript
Vendored
5 lines
134 B
JavaScript
Vendored
export default function () {
|
|
this.route("styleguide", function () {
|
|
this.route("show", { path: ":category/:section" });
|
|
});
|
|
}
|