This commit is contained in:
2025-05-09 02:15:57 +02:00
parent ac570d036c
commit b867b6ba78
+1 -1
View File
@@ -254,7 +254,7 @@ class Application(BaseApplication):
return rendered
async def static_handler(request):
async def static_handler(self, request):
file_name = request.match_info.get('filename', '')
paths = []