mirror of
https://github.com/overleaf/overleaf.git
synced 2025-02-07 04:51:50 +00:00
Add a trailing comma
This commit is contained in:
parent
c8a8fe6af7
commit
bc7d6a64ed
1 changed files with 1 additions and 1 deletions
|
@ -121,7 +121,7 @@ module.exports = class Router
|
||||||
|
|
||||||
webRouter.get '/user/projects', AuthenticationController.requireLogin(), ProjectController.userProjectsJson
|
webRouter.get '/user/projects', AuthenticationController.requireLogin(), ProjectController.userProjectsJson
|
||||||
webRouter.get '/project/:Project_id/entities', AuthenticationController.requireLogin(),
|
webRouter.get '/project/:Project_id/entities', AuthenticationController.requireLogin(),
|
||||||
AuthorizationMiddlewear.ensureUserCanReadProject
|
AuthorizationMiddlewear.ensureUserCanReadProject,
|
||||||
ProjectController.projectEntitiesJson
|
ProjectController.projectEntitiesJson
|
||||||
|
|
||||||
webRouter.get '/project', AuthenticationController.requireLogin(), ProjectController.projectListPage
|
webRouter.get '/project', AuthenticationController.requireLogin(), ProjectController.projectListPage
|
||||||
|
|
Loading…
Reference in a new issue