abdallah-03 commited on
Commit
86c49fc
·
verified ·
1 Parent(s): 409e584

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -41,7 +41,7 @@ async def root():
41
  }
42
 
43
 
44
- @app.post("/market-prices-estimation/")
45
  async def market_prices_estimation_endpoint(request: MarketEstimation):
46
  try:
47
  response = market_price_estimation(request.product_name, request.cost_price, request.user_price)
 
41
  }
42
 
43
 
44
+ @app.post("/market-prices-estimation")
45
  async def market_prices_estimation_endpoint(request: MarketEstimation):
46
  try:
47
  response = market_price_estimation(request.product_name, request.cost_price, request.user_price)