This website requires JavaScript.
Explore
Help
Sign In
Discource-C
/
discourse
mirror of
https://github.com/discourse/discourse.git
Watch
1
Star
0
Fork
You've already forked discourse
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
0603636cea
discourse
/
app
/
assets
/
javascripts
/
admin
/
routes
/
admin-api-index.js.es6
6 lines
101 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Unify API keys and web hooks into a single admin nav header.
2016-09-19 04:43:06 -04:00
export default Ember.Route.extend({
beforeModel() {
DEV: introduces prettier for es6 files
2018-06-15 11:03:24 -04:00
this.transitionTo("adminApiKeys");
Unify API keys and web hooks into a single admin nav header.
2016-09-19 04:43:06 -04:00
}
});