add option to disable TLS certificate validation in http_client

This commit is contained in:
2025-10-21 01:30:54 -04:00
parent 3ec0f2ab4f
commit 8c513ac738
2 changed files with 7 additions and 3 deletions

View File

@@ -21,7 +21,7 @@ async def uptime():
async def version():
return jsonify({"version": globals.version})
@server.route("/_hammerhead/admin/reload-config")
@hammerhead.route("/_hammerhead/admin/reload-config")
async def reload_config():
return jsonify({})