update project history resync url

This commit is contained in:
Hayden Faulds 2018-03-07 11:31:54 +00:00
parent 5b2e7d981a
commit 9ab0ded8f1

View file

@ -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?