mirror of
https://github.com/discourse/discourse.git
synced 2025-09-06 10:50:21 +08:00
Unify API keys and web hooks into a single admin nav header.
This commit is contained in:
parent
fa6b10cf3c
commit
547750e9dd
17 changed files with 86 additions and 53 deletions
|
@ -0,0 +1,5 @@
|
|||
export default Ember.Route.extend({
|
||||
beforeModel() {
|
||||
this.transitionTo('adminApiKeys');
|
||||
}
|
||||
});
|
Loading…
Add table
Add a link
Reference in a new issue