Hammad712 commited on
Commit
0f5ebb8
·
verified ·
1 Parent(s): 1b66adf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -0
app.py CHANGED
@@ -395,3 +395,8 @@ async def check_credentials(user: UserData):
395
  "token": token,
396
  }
397
 
 
 
 
 
 
 
395
  "token": token,
396
  }
397
 
398
+
399
+ @app.get("/")
400
+ async def root():
401
+ return {"message": "API is up and running!"}
402
+