summaryrefslogtreecommitdiff
path: root/client
diff options
context:
space:
mode:
Diffstat (limited to 'client')
-rw-r--r--client/faceSearch/faceSearch.actions.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/faceSearch/faceSearch.actions.js b/client/faceSearch/faceSearch.actions.js
index 224977b5..03e1a91d 100644
--- a/client/faceSearch/faceSearch.actions.js
+++ b/client/faceSearch/faceSearch.actions.js
@@ -8,7 +8,7 @@ import { post, preloadImage } from '../util'
// urls
const url = {
- upload: (dataset) => process.env.API_HOST + '/api/dataset/' + dataset + '/face/',
+ upload: (dataset) => process.env.API_HOST + '/api/dataset/' + dataset + '/face',
}
export const publicUrl = {
}