fix: auth store
ci-front / build (push) Successful in 2m27s

This commit is contained in:
2026-04-04 18:20:52 +03:00
parent 3430070df8
commit 69ff617c30
3 changed files with 10 additions and 15 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ class ApiClient {
constructor() {
this.axiosInstance = axios.create({
baseURL: "http://194.113.106.59:8080/api/v1",
baseURL: "http://10.97.147.99:8080/api/v1",
timeout: 10000,
headers: {
"Content-Type": "application/json",