Jainish1808 commited on
Commit
1fcd6e2
·
verified ·
1 Parent(s): 2724228

Upload main.py with huggingface_hub

Browse files
Files changed (1) hide show
  1. main.py +3 -1
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