This commit is contained in:
Tomáš Dvořák
2025-10-03 17:53:02 +02:00
parent de415df1a9
commit 72f5cce5e3
2 changed files with 3 additions and 4 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ import './style.css'
import gsap from 'gsap'
// Configuration
const API_BASE_URL = '' // Requests will be made to the same origin, and Vite will proxy /logos to the backend
const API_BASE_URL = window.location.hostname === 'localhost' ? '/api' : 'http://localhost:8080'
// Get UUID from URL
const urlParams = new URLSearchParams(window.location.search)