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:
+1
-1
@@ -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]";
|
||||
|
||||
|
||||
@@ -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") || "";
|
||||
|
||||
+3
-3
@@ -251,9 +251,9 @@
|
||||
<script src="assets/js/i18n-index.js"></script>
|
||||
<script src="assets/js/main.js"></script>
|
||||
<script>
|
||||
// Gleiche Worker-URL wie in assets/js/forms.js / postfach.html eintragen,
|
||||
// sobald der Cloudflare Worker deployed ist.
|
||||
const API_BASE_URL = "https://dogfather-universe-postfach.dogfather1608.workers.dev";
|
||||
// Gleiche URL wie in assets/js/forms.js / postfach.html — läuft seit
|
||||
// 05.08.2026 auf dem eigenen Server statt auf Cloudflare Workers.
|
||||
const API_BASE_URL = "https://postfach.dogfather-universe.com";
|
||||
|
||||
document.addEventListener("DOMContentLoaded", () => {
|
||||
// Foto-Collage: solange echte Fotos fehlen, hübschen Platzhalter statt
|
||||
|
||||
+1
-1
@@ -880,7 +880,7 @@
|
||||
<script src="assets/js/admin-auth.js"></script>
|
||||
<script>
|
||||
(function () {
|
||||
const API_BASE_URL = "https://dogfather-universe-postfach.dogfather1608.workers.dev";
|
||||
const API_BASE_URL = "https://postfach.dogfather-universe.com";
|
||||
const REDEEM_LABELS = {
|
||||
verfuegbar: "Verfügbar", eingeloest: "Eingelöst", wird_geprueft: "Wird geprüft", wird_vorbereitet: "Wird vorbereitet",
|
||||
versandbereit: "Versandbereit", versendet: "Versendet", zugestellt: "Zugestellt", erhalten: "Erhalten",
|
||||
|
||||
Reference in New Issue
Block a user