This website works better with JavaScript
Startseite
Erkunden
Hilfe
Anmelden
thisnthat
/
discourse-custom-wizard
Beobachten
1
Favorit hinzufügen
0
Fork
0
Dateien
Issues
0
Pull-Requests
0
Wiki
Struktur:
b71ec64a9f
Branches
Tags
custom
master
discourse-cu...
/
assets
/
javascripts
/
discourse
/
routes
/
admin-wizards-index.js.es6
admin-wizards-index.js.es6
108 B
Verlauf
Originalformat
1
2
3
4
5
export
default
Discourse
.Route
.extend
({
redirect
() {
this
.transitionTo
(
'adminWizardsCustom'
);
}
});