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
BIN
View File
Binary file not shown.
File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 1.3 MiB

+1 -1
View File
@@ -2,7 +2,7 @@ import './style.css'
import gsap from 'gsap' import gsap from 'gsap'
// Configuration // 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 // Get UUID from URL
const urlParams = new URLSearchParams(window.location.search) const urlParams = new URLSearchParams(window.location.search)