This commit is contained in:
2026-05-16 20:33:36 +02:00
parent 96c1029d91
commit 968bf7d102
212 changed files with 954195 additions and 658 deletions

View File

@@ -0,0 +1,15 @@
Backup-Zeitstempel: 2026-05-14_234913
Projektwurzel: C:\Users\surov\Documents\AZA_GIT\aza\AzA march 2026
Enthaltene Kopien (Stand vor den Änderungen an externem Chat / UI):
- empfang_routes.py -> ins Projektverzeichnis zurückkopieren
- empfang.html -> nach web\empfang.html zurückkopieren
- basis14.py -> ins Projektverzeichnis zurückkopieren (in dieser Session unverändert, nur Sicherung)
Wiederherstellen (PowerShell, im Ordner „AzA march 2026“):
Copy-Item -Force "backup_external_chat_fix_2026-05-14_234913\empfang_routes.py" "."
Copy-Item -Force "backup_external_chat_fix_2026-05-14_234913\empfang.html" "web\empfang.html"
Copy-Item -Force "backup_external_chat_fix_2026-05-14_234913\basis14.py" "."
Hinweis: Danach Frontend neu laden bzw. Backend neu starten, falls Routen gecacht sind.