This commit is contained in:
Tomáš Dvořák
2025-10-03 18:22:08 +02:00
parent 72f5cce5e3
commit f964d43c50
3 changed files with 17 additions and 1 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ import './style.css'
import gsap from 'gsap'
// Configuration
const API_BASE_URL = window.location.hostname === 'localhost' ? '/api' : 'http://localhost:8080'
const API_BASE_URL = 'https://logoapi.sportcreative.eu/logos'
// Get UUID from URL
const urlParams = new URLSearchParams(window.location.search)