Update server.py
Browse files
server.py
CHANGED
|
@@ -569,10 +569,10 @@ def before_request():
|
|
| 569 |
print(f"Incoming POST request with {request.headers.get('Authorization')}")
|
| 570 |
response = jsonify({ 'error': '401: Invalid API key' })
|
| 571 |
response.status_code = 401
|
| 572 |
-
return "
|
| 573 |
except Exception as e:
|
| 574 |
print(f"API key check error: {e}")
|
| 575 |
-
return "
|
| 576 |
|
| 577 |
|
| 578 |
@app.after_request
|
|
|
|
| 569 |
print(f"Incoming POST request with {request.headers.get('Authorization')}")
|
| 570 |
response = jsonify({ 'error': '401: Invalid API key' })
|
| 571 |
response.status_code = 401
|
| 572 |
+
return "hentai lovers only"
|
| 573 |
except Exception as e:
|
| 574 |
print(f"API key check error: {e}")
|
| 575 |
+
return "hentai lovers only"
|
| 576 |
|
| 577 |
|
| 578 |
@app.after_request
|