logging done elsewhere

This commit is contained in:
2023-10-23 08:14:13 +03:00
parent f63df0b68f
commit bfacb5b78c

View File

@@ -67,7 +67,6 @@ def index():
@app.route('/health.html', methods=["GET",]) # fmt: skip
def health():
log_request(f"{request.url}, {request.headers.getlist('X-Forwarded-For')[0]}")
return f"OK {request.url}", 200