support post and get for getting status of clsi project

This commit is contained in:
Henry Oswald 2021-03-16 10:24:59 +00:00
parent bad5fd20a8
commit 7cd36e139a

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(