This website works better with JavaScript
ホーム
エクスプローラ
ヘルプ
サインイン
thisnthat
/
discourse-custom-wizard
ウォッチ
1
スター
0
フォーク
0
ファイル
課題
0
プルリクエスト
0
Wiki
ツリー:
c41aab0514
ブランチ
タグ
custom
master
discourse-cu...
/
assets
/
javascripts
/
discourse
/
routes
/
admin-wizards-index.js.es6
admin-wizards-index.js.es6
108 B
履歴
Raw
1
2
3
4
5
export default Discourse.Route.extend({
redirect() {
this.transitionTo('adminWizardsCustom');
}
});