feat(everything): wow it works

This commit is contained in:
perf3ct 2025-06-12 01:15:47 +00:00
parent 6502faf590
commit 06d5e583d0
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@ -2,3 +2,4 @@ target/
client/node_modules/ client/node_modules/
node_modules/ node_modules/
.env .env
assets/

View File

@ -86,7 +86,7 @@ const UploadZone = ({ onUploadComplete }) => {
: f : f
)); ));
const response = await api.post('/documents/upload', formData, { const response = await api.post('/documents', formData, {
headers: { headers: {
'Content-Type': 'multipart/form-data', 'Content-Type': 'multipart/form-data',
}, },