diff --git a/ui/app/router.js b/ui/app/router.js index 2c298fa71..7a4015c28 100644 --- a/ui/app/router.js +++ b/ui/app/router.js @@ -16,7 +16,6 @@ Router.map(function() { this.route('deployments'); this.route('evaluations'); this.route('allocations'); - this.route('edit'); }); });