mirror of
https://github.com/discourse/discourse.git
synced 2024-12-05 13:46:27 +08:00
6 lines
127 B
JavaScript
6 lines
127 B
JavaScript
|
export default function () {
|
||
|
this.route("wizard", function () {
|
||
|
this.route("step", { path: "/steps/:step_id" });
|
||
|
});
|
||
|
}
|