mirror of
https://github.com/parchlinuxB/Gitee.git
synced 2025-02-23 18:35:43 -05:00
[fix] opensearch xml mimetype - #184
This commit is contained in:
parent
285f991cd0
commit
8cd7617054
1 changed files with 1 additions and 1 deletions
|
@ -638,7 +638,7 @@ def opensearch():
|
|||
|
||||
resp = Response(response=ret,
|
||||
status=200,
|
||||
mimetype="application/xml")
|
||||
mimetype="text/xml")
|
||||
return resp
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue