Skip to content
This repository has been archived by the owner on Nov 25, 2024. It is now read-only.

Commit

Permalink
Add view link, same as profile
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanramage committed May 7, 2013
1 parent 8c9b52b commit 2182743
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ui/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ exports.init = function (url) {
'/signup': require('./views/signup'),
'/login': require('./views/login'),
'/login/*': require('./views/login'),
'/profile/*': require('./views/profile')
'/profile/*': require('./views/profile'),
'/view/*': require('./views/profile')
});
router.configure({
on: function () {
Expand Down

0 comments on commit 2182743

Please sign in to comment.