Commit 908588f6 authored by Yoelis Acourt's avatar Yoelis Acourt

Merge branch 'adinapoli/issue-735' into 'dev'

Call the correct endpoint for updating a terms list

Closes #735

See merge request !504
parents 986c5ead b37db9a7
Pipeline #7478 passed with stages
in 35 minutes and 56 seconds
......@@ -821,7 +821,7 @@ asyncTaskTypePath AddNode = "async/nobody/"
asyncTaskTypePath CorpusFormUpload = "add/form/async/"
asyncTaskTypePath GraphRecompute = "async/recompute/"
asyncTaskTypePath ListUpload = "add/form/async/"
asyncTaskTypePath ListCSVUpload = "csv/add/form/async/"
asyncTaskTypePath ListCSVUpload = "tsv/add/form/async/"
asyncTaskTypePath NodeDocument = "document/upload/async"
asyncTaskTypePath Query = "query/"
asyncTaskTypePath UpdateNgramsCharts = "ngrams/async/charts/update/"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment