### 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
@@ -122,7 +122,7 @@ fun MainAppContent() {
|
||||
// Dezentraler Versions-Marker in der unteren rechten Ecke
|
||||
Box(modifier = Modifier.fillMaxSize().padding(8.dp), contentAlignment = Alignment.BottomEnd) {
|
||||
Text(
|
||||
text = "v2026-04-23.9",
|
||||
text = "v2026-04-23.10 - HTTPS FIX",
|
||||
style = MaterialTheme.typography.labelSmall,
|
||||
color = Color.LightGray.copy(alpha = 0.5f)
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user