Update app.py
Browse files
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)
|