Frontend auf den neuen eigenen Postfach-Server umgestellt

API_BASE_URL/API_BASE zeigen jetzt auf https://postfach.dogfather-universe.com
(eigener Server-internal-Dienst) statt auf den Cloudflare Worker
dogfather-universe-postfach.dogfather1608.workers.dev.
This commit is contained in:
2026-08-05 19:15:25 +02:00
parent e87aca3019
commit 59343b459c
4 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -15,7 +15,7 @@
vorausgefüllten "mailto:"-Link.
===================================================================== */
const API_BASE_URL = "https://dogfather-universe-postfach.dogfather1608.workers.dev";
const API_BASE_URL = "https://postfach.dogfather-universe.com";
const CONTACT_EMAIL = "[email protected]";
+1 -1
View File
@@ -5,7 +5,7 @@
siehe cloudflare-worker/src/lib/supporter-auth.js.
===================================================================== */
(function () {
const API_BASE = "https://dogfather-universe-postfach.dogfather1608.workers.dev";
const API_BASE = "https://postfach.dogfather-universe.com";
function getToken() {
return localStorage.getItem("supporterToken") || "";