This website requires JavaScript.
Explore
Help
Sign In
IntenseWebs
/
discourse
Watch
3
Star
0
Fork
0
You've already forked discourse
mirror of
https://github.com/discourse/discourse.git
synced
2025-02-25 18:55:32 -06:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
501bee56b7f86825811c290269d00a7d8dfdf762
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 17:03:24 +02: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