mirror of
https://git.collinwebdesigns.de/oscar.krause/fastapi-dls.git
synced 2025-06-21 05:31:03 +08:00
fixes
This commit is contained in:
parent
04914740a4
commit
3961acf231
@ -157,7 +157,7 @@ async def _config():
|
|||||||
|
|
||||||
@app.get('/-/config/root-certificate', summary='* Root Certificate', description='returns Root--Certificate needed for patching nvidia-gridd')
|
@app.get('/-/config/root-certificate', summary='* Root Certificate', description='returns Root--Certificate needed for patching nvidia-gridd')
|
||||||
async def _config():
|
async def _config():
|
||||||
return Response(content=my_root_certificate.pem().decode('ascii').strip(), media_type='text/plain')
|
return Response(content=my_root_certificate.pem().decode('utf-8').strip(), media_type='text/plain')
|
||||||
|
|
||||||
|
|
||||||
@app.get('/-/readme', summary='* Readme')
|
@app.get('/-/readme', summary='* Readme')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user