From 4cbf7c4fb2ca45c0c65a8f06513e39f05c5a9549 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebasti=C3=A1n=20C=2E=20Espinoza?= Date: Tue, 3 Feb 2026 16:34:53 -0300 Subject: [PATCH] Update Data Saudi API endpoint URL --- app/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/index.tsx b/app/index.tsx index 468ee12..35233de 100644 --- a/app/index.tsx +++ b/app/index.tsx @@ -116,7 +116,7 @@ function App() { // move to env variables const items: ServerOption[] = useMemo( () => [ - {value: "https://api.datasaudi.datawheel.us/tesseract/", label: "Data Saudi"}, + {value: "https://datasaudi-pytesseract-feb.datawheel.us/tesseract/", label: "Data Saudi"}, {value: "https://api-v2.oec.world/tesseract/", label: "OEC"}, {value: "https://idj-api-prod.datawheel.us/tesseract/", label: "IDJ"}, {value: "https://api-ts-dev.datausa.io/tesseract/", label: "DATA USA"}