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

Commit

Permalink
Map project route to '/projet' path
Browse files Browse the repository at this point in the history
  • Loading branch information
Jérémy Buget committed Jan 15, 2017
1 parent 0d424ec commit 86baeea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion live/app/router.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,5 @@ export default Router.map(function () {

this.route('assessments.get-challenge', { path: '/assessments/:assessment_id/challenges/:challenge_id' });
this.route('assessments.get-results', { path: '/assessments/:assessment_id/results' });
this.route('project');
this.route('project', { path: '/projet' });
});

0 comments on commit 86baeea

Please sign in to comment.