mirror of
https://gh.wpcy.net/https://github.com/discourse/discourse.git
synced 2026-05-27 13:45:29 +08:00
5 lines
127 B
JavaScript
Vendored
5 lines
127 B
JavaScript
Vendored
export default function () {
|
|
this.route("wizard", function () {
|
|
this.route("step", { path: "/steps/:step_id" });
|
|
});
|
|
}
|