We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91d063d commit 2a47880Copy full SHA for 2a47880
examples/api/product_api.py
@@ -12,7 +12,7 @@
12
import requests
13
14
15
-BASE_URL = "http://0.0.0.0:8002/product"
+BASE_URL = "http://0.0.0.0:8001/product"
16
HEADERS = {"Content-Type": "application/json"}
17
18
index = "24"
0 commit comments