This website works better with JavaScript
Trang chủ
Khám phá
Trợ giúp
Đăng nhập
thisnthat
/
discourse-custom-wizard
Xem
1
Star
0
Fork
0
Các tập tin
Các vấn đề
0
Yêu cầu khéo về
0
Wiki
Tree:
c41aab0514
Branches
Tags
custom
master
discourse-cu...
/
assets
/
javascripts
/
discourse
/
routes
/
admin-wizards-index.js.es6
admin-wizards-index.js.es6
108 B
Lịch sử
Raw
1
2
3
4
5
export default Discourse.Route.extend({
redirect() {
this.transitionTo('adminWizardsCustom');
}
});