Skip to content

Commit

Permalink
more routes
Browse files Browse the repository at this point in the history
  • Loading branch information
colbyguan committed Jan 16, 2017
1 parent 94d58e7 commit b8173a6
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
Binary file removed img/.DS_Store
Binary file not shown.
10 changes: 10 additions & 0 deletions js/routes.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,16 @@
.when('/partners', {
templateUrl: 'templates/pages/partners/index.html'
})
.when('/scheduler', {
redirectTo: function() {
window.location.href = 'http://csmscheduler.herokuapp.com/'
}
})
.when('/interview', {
redirectTo: function() {
window.location.href = 'http://scrutinizer.herokuapp.com/'
}
})
.otherwise({
redirectTo: '/'
});
Expand Down

0 comments on commit b8173a6

Please sign in to comment.