Spaces:
Sleeping
Sleeping
Upload main.py with huggingface_hub
Browse files
main.py
CHANGED
|
@@ -93,10 +93,12 @@ app.add_middleware(
|
|
| 93 |
async def root():
|
| 94 |
"""Root endpoint - API health check"""
|
| 95 |
return {
|
|
|
|
| 96 |
"status": "online",
|
| 97 |
"service": "Real Estate Tokenization Platform",
|
| 98 |
"version": "2.0.0",
|
| 99 |
-
"environment": settings.XRPL_NETWORK
|
|
|
|
| 100 |
}
|
| 101 |
|
| 102 |
|
|
|
|
| 93 |
async def root():
|
| 94 |
"""Root endpoint - API health check"""
|
| 95 |
return {
|
| 96 |
+
"message": "🚀 AtriumChain Backend Started Successfully!",
|
| 97 |
"status": "online",
|
| 98 |
"service": "Real Estate Tokenization Platform",
|
| 99 |
"version": "2.0.0",
|
| 100 |
+
"environment": settings.XRPL_NETWORK,
|
| 101 |
+
"docs": "/docs"
|
| 102 |
}
|
| 103 |
|
| 104 |
|