2
0
Fork 0

Fix metrics encoding

This commit is contained in:
Luca 2023-05-09 23:24:10 +02:00
parent f076154ab0
commit ad52a9b9fe
1 changed files with 1 additions and 1 deletions

View File

@ -98,6 +98,6 @@ def metrics(request):
) )
) )
) )
response.headers["Content-Type"] = "text/plain" response.headers["Content-Type"] = "text/plain; charset=utf-8"
return response return response