This commit is contained in:
Tomas Dvorak
2026-02-24 10:33:08 +01:00
parent b083dac3f0
commit 55d0284b2a
90 changed files with 27855 additions and 1940 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
const API_BASE_URL = import.meta.env.VITE_API_URL || 'http://localhost:8080/api/v1';
const API_BASE_URL = import.meta.env.VITE_API_URL || 'http://localhost:9090/api/v1';
// Check if we're in demo mode
const isDemoMode = () => {