Commit 0c79260d authored by Alexandre Delanoë's avatar Alexandre Delanoë

Revert "[list upload] fix JSON upload URL"

The "nobody" route is the one which is working for now.

This reverts commit 9de1e1b5.
parent d48f2def
Pipeline #1653 failed with stage
...@@ -670,7 +670,7 @@ asyncTaskTypePath :: AsyncTaskType -> String ...@@ -670,7 +670,7 @@ asyncTaskTypePath :: AsyncTaskType -> String
asyncTaskTypePath AddNode = "async/nobody/" asyncTaskTypePath AddNode = "async/nobody/"
asyncTaskTypePath Form = "add/form/async/" asyncTaskTypePath Form = "add/form/async/"
asyncTaskTypePath GraphRecompute = "async/recompute/" asyncTaskTypePath GraphRecompute = "async/recompute/"
asyncTaskTypePath ListUpload = "add/form/async" asyncTaskTypePath ListUpload = "add/form/async/nobody"
asyncTaskTypePath Query = "query/" asyncTaskTypePath Query = "query/"
asyncTaskTypePath UpdateNgramsCharts = "ngrams/async/charts/update/" asyncTaskTypePath UpdateNgramsCharts = "ngrams/async/charts/update/"
asyncTaskTypePath UpdateNode = "update/" asyncTaskTypePath UpdateNode = "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