Merge pull request #215 from overleaf/ho-clsi-cookie-post

support post and get for getting status of clsi project
This commit is contained in:
Eric Mc Sween 2021-03-22 07:56:09 -04:00 committed by GitHub
commit 7a6b86185b

View file

@ -87,6 +87,7 @@ app.get('/project/:project_id/sync/code', CompileController.syncFromCode)
app.get('/project/:project_id/sync/pdf', CompileController.syncFromPdf)
app.get('/project/:project_id/wordcount', CompileController.wordcount)
app.get('/project/:project_id/status', CompileController.status)
app.post('/project/:project_id/status', CompileController.status)
// Per-user containers
app.post(