From 58b7204cd544b1bfb2cd082a2d079c9591a08245 Mon Sep 17 00:00:00 2001 From: Manuel Araoz Date: Wed, 30 Apr 2014 00:21:24 -0300 Subject: [PATCH] fix routes --- js/routes.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/js/routes.js b/js/routes.js index 1206f5192..36ed4654b 100644 --- a/js/routes.js +++ b/js/routes.js @@ -30,10 +30,6 @@ angular templateUrl: 'join.html', validate: true }) - .when('/peer', { - templateUrl: 'peer.html', - validate: true - }) .when('/transactions', { templateUrl: 'transactions.html', validate: true