mirror of
https://github.com/overleaf/overleaf.git
synced 2025-01-30 18:40:46 +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 '/project/:Project_id/entities', AuthenticationController.requireLogin(),
|
||||
AuthorizationMiddlewear.ensureUserCanReadProject
|
||||
AuthorizationMiddlewear.ensureUserCanReadProject,
|
||||
ProjectController.projectEntitiesJson
|
||||
|
||||
webRouter.get '/project', AuthenticationController.requireLogin(), ProjectController.projectListPage
|
||||
|
|
Loading…
Reference in a new issue