mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
change .../clear endpoint to .../clearState
This commit is contained in:
parent
f34c12fdc7
commit
3842a27278
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ app.param 'doc_id', (req, res, next, doc_id) ->
|
|||
|
||||
app.get '/project/:project_id/doc/:doc_id', HttpController.getDoc
|
||||
app.get '/project/:project_id/doc', HttpController.getProjectDocs
|
||||
app.post '/project/:project_id/clear', HttpController.clearProjectState
|
||||
app.post '/project/:project_id/clearState', HttpController.clearProjectState
|
||||
app.post '/project/:project_id/doc/:doc_id', HttpController.setDoc
|
||||
app.post '/project/:project_id/doc/:doc_id/flush', HttpController.flushDocIfLoaded
|
||||
app.delete '/project/:project_id/doc/:doc_id', HttpController.flushAndDeleteDoc
|
||||
|
|
Loading…
Reference in a new issue