Update full_interface.py
Browse files- full_interface.py +1 -1
full_interface.py
CHANGED
|
@@ -22,7 +22,7 @@ MAPPING_API_URL = os.getenv(
|
|
| 22 |
f"{API_BASE_URL.rstrip('/')}/mapping/",
|
| 23 |
)
|
| 24 |
|
| 25 |
-
RAW_DATA_DIR = Path("
|
| 26 |
CATALOG_XLSX_PATH = RAW_DATA_DIR / "product_names_dms_10022026.xlsx"
|
| 27 |
CATALOG_JSON_PATH = RAW_DATA_DIR / "product_catalog_ui.json"
|
| 28 |
|
|
|
|
| 22 |
f"{API_BASE_URL.rstrip('/')}/mapping/",
|
| 23 |
)
|
| 24 |
|
| 25 |
+
RAW_DATA_DIR = Path(".")
|
| 26 |
CATALOG_XLSX_PATH = RAW_DATA_DIR / "product_names_dms_10022026.xlsx"
|
| 27 |
CATALOG_JSON_PATH = RAW_DATA_DIR / "product_catalog_ui.json"
|
| 28 |
|