change api URL

This commit is contained in:
Alexander Müller 2025-01-04 12:06:25 +01:00
parent 3617a8b9e8
commit 68c0fc3efa

View file

@ -1,6 +1,6 @@
import { createPopup, destroyAllPopups } from '../components/popupManager.js';
const POST_URL = 'https://api.libori.social/starterpack';
const POST_URL = 'https://api.fedikirche.de/starterpack';
const AUTH_TOKEN = '5e1185f21148c3f6c81cfcd15a3449eadb42c0c248f010810956d926bacffb55';
export function initializeCreateStarterKitPopup() {