Skip to content

Commit

Permalink
Fix Deploy (#120)
Browse files Browse the repository at this point in the history
  • Loading branch information
MatiasMercado authored Feb 5, 2017
1 parent 3e81771 commit 2a3a3aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/scripts/routes.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ define([], function() {
relativePath: '/students'
},
'/students/:docket/final_inscriptions': {
templateUrl: '/views/students/final_inscriptions.html',
templateUrl: 'views/students/final_inscriptions.html',
controller: 'StudentsFinalInscriptionsCtrl',
relativePath: '/students'
},
Expand Down Expand Up @@ -121,7 +121,7 @@ define([], function() {
relativePath: '/admins'
},
'/admins/:adminDni': {
templateUrl: '/views/admins/show.html',
templateUrl: 'views/admins/show.html',
controller: 'AdminsShowCtrl',
relativePath: '/admins'
},
Expand Down

0 comments on commit 2a3a3aa

Please sign in to comment.