mirror of
https://github.com/discourse/discourse.git
synced 2025-02-10 23:51:44 +08:00
6 lines
101 B
Plaintext
6 lines
101 B
Plaintext
![]() |
export default Ember.Route.extend({
|
||
|
beforeModel() {
|
||
|
this.transitionTo('adminApiKeys');
|
||
|
}
|
||
|
});
|