feat(everything): wow it works
This commit is contained in:
parent
6502faf590
commit
06d5e583d0
|
|
@ -2,3 +2,4 @@ target/
|
|||
client/node_modules/
|
||||
node_modules/
|
||||
.env
|
||||
assets/
|
||||
|
|
|
|||
|
|
@ -86,7 +86,7 @@ const UploadZone = ({ onUploadComplete }) => {
|
|||
: f
|
||||
));
|
||||
|
||||
const response = await api.post('/documents/upload', formData, {
|
||||
const response = await api.post('/documents', formData, {
|
||||
headers: {
|
||||
'Content-Type': 'multipart/form-data',
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in New Issue