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