mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
Unify API keys and web hooks into a single admin nav header.
This commit is contained in:
@@ -21,6 +21,6 @@ export default Discourse.Route.extend({
|
||||
},
|
||||
|
||||
renderTemplate() {
|
||||
this.render('admin/templates/web-hooks-show', { into: 'admin' });
|
||||
this.render('admin/templates/web-hooks-show', { into: 'adminApi' });
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user