mirror of
https://github.com/Febbweiss/ProjectDeployer.git
synced 2026-03-04 22:25:38 +00:00
Optim: move routes to lib folder
This commit is contained in:
11
lib/routes.js
Normal file
11
lib/routes.js
Normal file
@@ -0,0 +1,11 @@
|
||||
Router.configure({
|
||||
layoutTemplate: 'layout' //can be any template name
|
||||
});
|
||||
|
||||
|
||||
Router.map(function () {
|
||||
this.route('home', {
|
||||
path: '/',
|
||||
});
|
||||
this.route('management');
|
||||
});
|
||||
Reference in New Issue
Block a user