Remove spinner route

This commit is contained in:
2018-06-14 19:04:22 +02:00
parent e78832e2c8
commit 38d853a272
4 changed files with 0 additions and 17 deletions
-1
View File
@@ -7,7 +7,6 @@ const Router = EmberRouter.extend({
});
Router.map(function() {
this.route('spinner');
this.route('proposals', function() {
this.route('new');
});