Spaces:
Sleeping
Sleeping
Commit ·
fd849c0
1
Parent(s): 10eb11a
updated spam dict
Browse files- app/main.py +1 -1
app/main.py
CHANGED
|
@@ -9,7 +9,7 @@ app = FastAPI(
|
|
| 9 |
)
|
| 10 |
|
| 11 |
|
| 12 |
-
@app.get("/
|
| 13 |
def status():
|
| 14 |
return {
|
| 15 |
"status": "ok",
|
|
|
|
| 9 |
)
|
| 10 |
|
| 11 |
|
| 12 |
+
@app.get("/")
|
| 13 |
def status():
|
| 14 |
return {
|
| 15 |
"status": "ok",
|