mirror of
https://github.com/discourse/discourse.git
synced 2024-11-25 09:42:07 +08:00
fcb4e5a1a1
Co-authored-by: David Taylor <david@taylorhq.com>
6 lines
127 B
JavaScript
6 lines
127 B
JavaScript
export default function () {
|
|
this.route("wizard", function () {
|
|
this.route("step", { path: "/steps/:step_id" });
|
|
});
|
|
}
|