diff --git a/assets/js/forms.js b/assets/js/forms.js
index a6120c7..a88345d 100644
--- a/assets/js/forms.js
+++ b/assets/js/forms.js
@@ -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 = "dogfather1608@gmail.com";
diff --git a/assets/js/supporter.js b/assets/js/supporter.js
index e0832f0..d85f659 100644
--- a/assets/js/supporter.js
+++ b/assets/js/supporter.js
@@ -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") || "";
diff --git a/index.html b/index.html
index 6d1f405..2ce8159 100644
--- a/index.html
+++ b/index.html
@@ -251,9 +251,9 @@