Remove stray comment

This commit is contained in:
Shane Kilkelly 2018-05-23 11:32:00 +01:00
parent 4daf062be9
commit 6a5af88e12

View file

@ -119,7 +119,6 @@ module.exports = class Router
webRouter.get '/user/personal_info', AuthenticationController.requireLogin(), UserInfoController.getLoggedInUsersPersonalInfo
privateApiRouter.get '/user/:user_id/personal_info', AuthenticationController.httpAuth, UserInfoController.getPersonalInfo
# TODO: check this is the right router for these routes
webRouter.get '/user/projects', AuthenticationController.requireLogin(), ProjectController.userProjectsJson
webRouter.get '/project/:Project_id/entities', AuthenticationController.requireLogin(), ProjectController.projectEntitiesJson