Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -409,7 +409,7 @@ async def get_status():
|
|
| 409 |
status_code=207,
|
| 410 |
content={
|
| 411 |
"state": overall_state,
|
| 412 |
-
"services": services
|
| 413 |
"notifications": notify
|
| 414 |
}
|
| 415 |
)
|
|
|
|
| 409 |
status_code=207,
|
| 410 |
content={
|
| 411 |
"state": overall_state,
|
| 412 |
+
"services": services,
|
| 413 |
"notifications": notify
|
| 414 |
}
|
| 415 |
)
|