Add disconnect route

This commit is contained in:
2017-12-26 12:16:18 +01:00
parent f7142fa125
commit 2e4b5a0337
4 changed files with 25 additions and 0 deletions

View File

@@ -9,6 +9,7 @@ const Router = EmberRouter.extend({
Router.map(function() {
this.route('inspect');
this.route('connect');
this.route('disconnect');
});
export default Router;