mirror of
https://github.com/kemko/nomad.git
synced 2026-01-08 11:25:41 +03:00
Add new routes to the router
This commit is contained in:
@@ -32,6 +32,9 @@ Router.map(function() {
|
||||
this.route('allocation', { path: '/:allocation_id' }, function() {
|
||||
this.route('task', { path: '/:name' }, function() {
|
||||
this.route('logs');
|
||||
this.route('fs', function() {
|
||||
this.route('path', { path: '/*path' });
|
||||
});
|
||||
});
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user