rename static template file folder to static and update middleware to not show access in logging
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user