Skip to content

Commit 97ce624

Browse files
committed
Accidental regression (lucky no one uses this yet)
1 parent bab35ec commit 97ce624

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

public/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -469,7 +469,7 @@ <h3>About</h3>
469469
<script>
470470
// ── CONFIG ────────────────────────────────────────────────────
471471
// ⚠️ Replace with your deployed Worker URL
472-
const API = 'https://cardex-api.YOUR-SUBDOMAIN.workers.dev';
472+
const API = 'https://cardex-api.tjm.sk';
473473

474474
// ── State ─────────────────────────────────────────────────────
475475
const STORE_KEY = 'cardex_v2_cards';

0 commit comments

Comments
 (0)