mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-31 04:41:32 +02:00
update project history resync url
This commit is contained in:
@@ -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?
|
||||
|
||||
Reference in New Issue
Block a user