logging done elsewhere
This commit is contained in:
@@ -67,7 +67,6 @@ def index():
|
|||||||
|
|
||||||
@app.route('/health.html', methods=["GET",]) # fmt: skip
|
@app.route('/health.html', methods=["GET",]) # fmt: skip
|
||||||
def health():
|
def health():
|
||||||
log_request(f"{request.url}, {request.headers.getlist('X-Forwarded-For')[0]}")
|
|
||||||
return f"OK {request.url}", 200
|
return f"OK {request.url}", 200
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user