tech5 commited on
Commit
2f66efa
·
1 Parent(s): f60b4f6
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -21,7 +21,7 @@ app = FastAPI(
21
  lifespan=span,
22
  )
23
 
24
- @app.get('/info',status_code=status.HTTP_200_OK)
25
  async def get_info():
26
  return {
27
  'message':"Resume Backend is Running"
 
21
  lifespan=span,
22
  )
23
 
24
+ @app.get('/',status_code=status.HTTP_200_OK)
25
  async def get_info():
26
  return {
27
  'message':"Resume Backend is Running"