Add signup route

This commit is contained in:
2019-07-18 19:31:03 +02:00
parent 6a176b5904
commit 0a71d7ad91
4 changed files with 17 additions and 0 deletions
+1
View File
@@ -26,6 +26,7 @@ Router.map(function() {
this.route('new');
this.route('edit', { path: ':id/edit' });
});
this.route('signup');
});
export default Router;