fix: chage api string
All checks were successful
Deploy Frontend to 1Panel / build-and-deploy (push) Successful in 17s

This commit is contained in:
2026-06-27 00:58:24 +08:00
parent 86af2b3200
commit 4ddea65f1e
4 changed files with 25 additions and 25 deletions

View File

@@ -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",
},