Omkar008 commited on
Commit
5aa2087
1 Parent(s): a4f1d8a

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -24,7 +24,7 @@ app.include_router(gmail.router)
24
  app.include_router(websockets_new.router)
25
 
26
  @app.get("/")
27
- async def login():
28
  return {"Message":"Application is Working!"}
29
 
30
 
 
24
  app.include_router(websockets_new.router)
25
 
26
  @app.get("/")
27
+ async def test():
28
  return {"Message":"Application is Working!"}
29
 
30