mirror of
https://github.com/henry4682/fin_buddy_fe.git
synced 2026-07-16 01:30:00 +00:00
fix: chage api string
All checks were successful
Deploy Frontend to 1Panel / build-and-deploy (push) Successful in 17s
All checks were successful
Deploy Frontend to 1Panel / build-and-deploy (push) Successful in 17s
This commit is contained in:
@@ -23,7 +23,7 @@ const submit = async () => {
|
||||
formData.append('file', form.file);
|
||||
|
||||
try {
|
||||
const response = await api.post("/api/expenses/import", formData, {
|
||||
const response = await api.post("/v1/expenses/import", formData, {
|
||||
headers: {
|
||||
"Content-Type": "multipart/form-data",
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user