Website + Bewerbungs-Postfach live deployed auf Cloudflare Workers (dogfather-universe.dogfather1608.workers.dev)
This commit is contained in:
+1
-1
@@ -119,7 +119,7 @@
|
||||
<script>
|
||||
// TODO: nach dem Deploy des Cloudflare Workers hier die Worker-URL ohne
|
||||
// abschließenden Slash eintragen (identisch zu assets/js/forms.js).
|
||||
const API_BASE_URL = "";
|
||||
const API_BASE_URL = "https://dogfather-universe-postfach.dogfather1608.workers.dev";
|
||||
|
||||
document.addEventListener("DOMContentLoaded", () => {
|
||||
const gateContainer = document.getElementById("gate-container");
|
||||
|
||||
Reference in New Issue
Block a user