Spaces:
Runtime error
Runtime error
Add public status endpoints
Browse files- env/fake_server.py +0 -4
env/fake_server.py
CHANGED
|
@@ -82,10 +82,6 @@ def backup():
|
|
| 82 |
})
|
| 83 |
return "Forbidden", 403
|
| 84 |
|
| 85 |
-
@app.route("/")
|
| 86 |
-
def home():
|
| 87 |
-
return "AI Cyber Deception Environment Running - Multi Attack Simulation Active"
|
| 88 |
-
|
| 89 |
|
| 90 |
@app.route("/status")
|
| 91 |
def status():
|
|
|
|
| 82 |
})
|
| 83 |
return "Forbidden", 403
|
| 84 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 85 |
|
| 86 |
@app.route("/status")
|
| 87 |
def status():
|