rename static template file folder to static and update middleware to not show access in logging

This commit is contained in:
2025-10-25 13:54:06 +02:00
parent 180fd1c071
commit 0ff61a9e81
27 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ async def custom_middleware():
# Skip allowed IPs or non-critical assets
if (
"favicon" in path
or "files" in path
or "static" in path
):
return