chore: update base application package dependencies and configuration files
This commit is contained in:
Vendored
BIN
Binary file not shown.
Vendored
BIN
Binary file not shown.
+3
-3
@@ -128,9 +128,9 @@ 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'
|
||||
return response
|
||||
|
||||
response.headers["Content-Type"] = "text/html"
|
||||
return response
|
||||
|
||||
@web.middleware
|
||||
async def request_middleware(self, request: web.Request, handler):
|
||||
time_start = time.time()
|
||||
|
||||
Reference in New Issue
Block a user