mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
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:
commit
7a6b86185b
1 changed files with 1 additions and 0 deletions
|
@ -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/sync/pdf', CompileController.syncFromPdf)
|
||||||
app.get('/project/:project_id/wordcount', CompileController.wordcount)
|
app.get('/project/:project_id/wordcount', CompileController.wordcount)
|
||||||
app.get('/project/:project_id/status', CompileController.status)
|
app.get('/project/:project_id/status', CompileController.status)
|
||||||
|
app.post('/project/:project_id/status', CompileController.status)
|
||||||
|
|
||||||
// Per-user containers
|
// Per-user containers
|
||||||
app.post(
|
app.post(
|
||||||
|
|
Loading…
Reference in a new issue