Skip to content
This repository has been archived by the owner on Jan 9, 2023. It is now read-only.

Commit

Permalink
Removed unused route delivery
Browse files Browse the repository at this point in the history
Closes #694
  • Loading branch information
jkleinsc committed Oct 10, 2016
1 parent f65edbe commit b980863
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/router.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ Router.map(function() {
resetNamespace: true
}, function() {
this.route('barcode', { path: '/barcode/:inventory_id' });
this.route('delivery', { path: '/delivery/:inv-request_id' });
this.route('edit', { path: '/edit/:inventory_id' });
this.route('batch', { path: '/batch/:inventory-batch_id' });
this.route('listing');
Expand Down

0 comments on commit b980863

Please sign in to comment.