fix: 401
ci-front / build (push) Successful in 1m57s

This commit is contained in:
2026-04-04 21:38:25 +03:00
parent 400ceab47c
commit bcca8fa298
2 changed files with 25 additions and 12 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ class ApiClient {
"Content-Type": "application/json",
},
validateStatus: (status) => {
return status >= 200 && status < 500;
return status >= 200 && status < 400;
},
});