### fix: behebe HTTPS- und CORS-Probleme
- **MailController:** Erweitere `@CrossOrigin`-Whitelist um `https://app.mo-code.at`. - **dc-planb.yaml:** Passe API-URLs auf HTTPS an. - **WebMainScreen:** Aktualisiere UI-Versionsmarker auf `v2026-04-23.10 - HTTPS FIX`.
This commit is contained in:
+1
-1
@@ -9,7 +9,7 @@ services:
|
||||
environment:
|
||||
# Diese Variablen werden vom Web-Container verwendet, um die Ziel-URLs in die index.html zu injizieren
|
||||
API_BASE_URL: ${API_BASE_URL:-https://api.mo-code.at}
|
||||
MAIL_SERVICE_URL: ${MAIL_SERVICE_URL:-https://api.mo-code.at/mail}
|
||||
MAIL_SERVICE_URL: ${MAIL_SERVICE_URL:-https://api.mo-code.at}
|
||||
ports:
|
||||
- "${WEB_APP_PORT:-4000:4000}"
|
||||
networks: [meldestelle-network]
|
||||
|
||||
Reference in New Issue
Block a user