rakib72642 commited on
Commit
ea87af1
·
verified ·
1 Parent(s): 53f03ae

Update nagad_main_API.py

Browse files
Files changed (1) hide show
  1. nagad_main_API.py +1 -1
nagad_main_API.py CHANGED
@@ -54,7 +54,7 @@ async def process_items(items: Union[Item, List[Item]]):
54
  async def status():
55
  return "AI Server in running"
56
 
57
- @app.post("/testing")
58
  async def create_items(items: Union[Item, List[Item]]):
59
  try:
60
  # global total_done
 
54
  async def status():
55
  return "AI Server in running"
56
 
57
+ @app.post("/nagad")
58
  async def create_items(items: Union[Item, List[Item]]):
59
  try:
60
  # global total_done