Spaces:
Sleeping
Sleeping
Commit ·
ca668df
1
Parent(s): 8974c6e
Add build sha to /health
Browse files- backend/api.py +2 -0
backend/api.py
CHANGED
|
@@ -1,5 +1,7 @@
|
|
| 1 |
from __future__ import annotations
|
| 2 |
|
|
|
|
|
|
|
| 3 |
from fastapi.responses import Response
|
| 4 |
|
| 5 |
|
|
|
|
| 1 |
from __future__ import annotations
|
| 2 |
|
| 3 |
+
|
| 4 |
+
BUILD_SHA="8974c6e"
|
| 5 |
from fastapi.responses import Response
|
| 6 |
|
| 7 |
|