We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e8438f commit 2dc7ebbCopy full SHA for 2dc7ebb
frontend/src/common/api/reportService.ts
@@ -51,7 +51,7 @@ export const uploadReport = async (
51
formData.append('description', description);
52
}
53
54
- const response = await axios.post<MedicalReport>(`${API_URL}/reports/upload`, formData, {
+ const response = await axios.post<MedicalReport>(`${API_URL}/api/reports/upload`, formData, {
55
headers: {
56
'Content-Type': 'multipart/form-data',
57
},
0 commit comments