[go: nahoru, domu]

Skip to content

Commit

Permalink
redundant route
Browse files Browse the repository at this point in the history
  • Loading branch information
notRealLi committed Jul 31, 2019
1 parent dc6e542 commit 32db9fe
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion start/routes.js
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,6 @@ Route.get('/userDash', 'HomeController.userDashboard').as('userDash').middleware

// Rendering Results
Route.get('/results', 'RoomController.findSpecific').as('results').middleware(['auth']).validator('SearchRoom').middleware(['isUser']);
Route.get('/recurringResults', 'RoomController.searchRecurring2').as('recurringResults');
Route.get('/search/fixed', 'RoomController.searchRooms').as('searchFixed').validator('SearchFixed');
Route.get('/search/flexible', 'RoomController.searchRooms').as('searchFlexible').validator('SearchFlexible');
Route.get('/search/recurring', 'RoomController.searchRooms').as('searchRecurring').validator('SearchRoomFlexible'); // TODO
Expand Down

0 comments on commit 32db9fe

Please sign in to comment.