chore: update base application package dependencies and configuration files

This commit is contained in:
bot
2025-01-27 22:58:58 +00:00
parent 4bdfb4ec0b
commit cc7d0869fb
3 changed files with 3 additions and 3 deletions
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.
+1 -1
View File
@@ -128,7 +128,7 @@ class BaseApplication(RPCApplication):
async def render_template(self, name, request=None, context=None):
response = aiohttp_jinja2.render_template(name, request, context)
response.headers['Content-Type'] = 'text/html'
response.headers["Content-Type"] = "text/html"
return response
@web.middleware