mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
update project history resync url
This commit is contained in:
parent
5b2e7d981a
commit
9ab0ded8f1
1 changed files with 1 additions and 1 deletions
|
@ -207,7 +207,7 @@ module.exports = DocumentUpdaterHandler =
|
|||
|
||||
resyncProjectHistory: (project_id, docs, files, callback) ->
|
||||
request.post
|
||||
url: "#{settings.apis.documentupdater.url}/project/#{project_id}/resync"
|
||||
url: "#{settings.apis.documentupdater.url}/project/#{project_id}/history/resync"
|
||||
json: { docs, files }
|
||||
, (error, res, body) ->
|
||||
if error?
|
||||
|
|
Loading…
Reference in a new issue