mirror of
https://github.com/overleaf/overleaf.git
synced 2025-04-04 16:05:54 +00:00
support post and get for getting status of clsi project
This commit is contained in:
parent
bad5fd20a8
commit
7cd36e139a
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/wordcount', CompileController.wordcount)
|
||||
app.get('/project/:project_id/status', CompileController.status)
|
||||
app.post('/project/:project_id/status', CompileController.status)
|
||||
|
||||
// Per-user containers
|
||||
app.post(
|
||||
|
|
Loading…
Reference in a new issue