🎉 Refactor backend structure & updates 📚🔧💄

This commit is contained in:
Till Tomczak
2025-06-20 11:34:40 +02:00
parent 68bef0a334
commit 30ac20daf7
9 changed files with 68 additions and 30 deletions

View File

@ -3119,7 +3119,7 @@ def api_admin_system_health():
# Prüfe wichtige Verzeichnisse
important_dirs = [
'backend/uploads',
'backend/database',
'database',
'backend/logs'
]