Omkar008 commited on
Commit
a712034
1 Parent(s): fc54a77

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +3 -0
main.py CHANGED
@@ -21,6 +21,9 @@ table = "receipt_radar_structured_data_duplicate"
21
  def test():
22
  return {"message":"Application is working !!"}
23
 
 
 
 
24
 
25
  @app.get("/user-analytics")
26
  async def get_user_analytics(
 
21
  def test():
22
  return {"message":"Application is working !!"}
23
 
24
+ @app.get("/test")
25
+ def test1():
26
+ return {"Api response !!"}
27
 
28
  @app.get("/user-analytics")
29
  async def get_user_analytics(