mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-30 10:10:38 -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) ->
|
resyncProjectHistory: (project_id, docs, files, callback) ->
|
||||||
request.post
|
request.post
|
||||||
url: "#{settings.apis.documentupdater.url}/project/#{project_id}/resync"
|
url: "#{settings.apis.documentupdater.url}/project/#{project_id}/history/resync"
|
||||||
json: { docs, files }
|
json: { docs, files }
|
||||||
, (error, res, body) ->
|
, (error, res, body) ->
|
||||||
if error?
|
if error?
|
||||||
|
|
Loading…
Reference in a new issue