deckek elmentodnek sqlbe

This commit is contained in:
2025-10-15 18:13:53 +02:00
parent 367524d611
commit 75f2b215a1
3 changed files with 32 additions and 5 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
import axios from "axios"
export const API_CONFIG = {
baseURL: import.meta.env.VITE_API_URL + "/api",
baseURL: (import.meta.env.VITE_API_URL ? import.meta.env.VITE_API_URL : '') + "/api",
wsURL: "http://localhost:3000",
timeout: 10000,
retryAttempts: 3,