This website requires JavaScript.
Explore
Help
Register
Sign In
github-mirror
/
discourse
Watch
2
Star
0
Fork
0
You've already forked discourse
mirror of
https://github.com/discourse/discourse.git
synced
2024-12-14 16:33:41 +08:00
Code
Issues
Actions
1
Packages
Projects
Releases
Wiki
Activity
8390f230b8
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 16:43:06 +08:00
export default Ember.Route.extend({
beforeModel() {
DEV: introduces prettier for es6 files
2018-06-15 23:03:24 +08:00
this.transitionTo("adminApiKeys");
Unify API keys and web hooks into a single admin nav header.
2016-09-19 16:43:06 +08:00
}
});
Reference in New Issue
Copy Permalink