We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4420a57 commit 1e124c8Copy full SHA for 1e124c8
src/constants/routes.jsx
@@ -1,2 +1,2 @@
1
export const API_ROOT = 'https://covid-19-detector-model.herokuapp.com';
2
-export const API_IMAGE_UPLOAD = `${API_ROOT}/api/posts/`;
+export const API_IMAGE_UPLOAD = `${API_ROOT}/api/predict/`;
0 commit comments