UI: Remove unused route (#5925)
This is an extraneous addition from #4612.
This commit is contained in:
parent
354b4c830f
commit
b2a4ee17de
|
@ -16,7 +16,6 @@ Router.map(function() {
|
||||||
this.route('deployments');
|
this.route('deployments');
|
||||||
this.route('evaluations');
|
this.route('evaluations');
|
||||||
this.route('allocations');
|
this.route('allocations');
|
||||||
this.route('edit');
|
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue