Hammad712 commited on
Commit
08dac15
·
verified ·
1 Parent(s): da86322

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -354,3 +354,6 @@ async def check_credentials(user: UserData):
354
  "token": token,
355
  }
356
 
 
 
 
 
354
  "token": token,
355
  }
356
 
357
+ @app.get("/")
358
+ async def root():
359
+ return {"message": "API is up and running!"}