From 3708a612f700d19436b4b1a0b881e14d8b557a1a Mon Sep 17 00:00:00 2001 From: IluaAir Date: Thu, 9 Oct 2025 23:00:57 +0300 Subject: [PATCH] fix api sources --- taskncoffee-app/src/apiv1/ApiSources.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/taskncoffee-app/src/apiv1/ApiSources.jsx b/taskncoffee-app/src/apiv1/ApiSources.jsx index f32e4b1..467879a 100644 --- a/taskncoffee-app/src/apiv1/ApiSources.jsx +++ b/taskncoffee-app/src/apiv1/ApiSources.jsx @@ -34,4 +34,4 @@ const API_ENDPOINTS = { }; -export { API_BASE_URL, API_SOURCES, API_ENDPOINTS }; \ No newline at end of file +export { API_BASE_URL, API_V1_PREFIX, API_SOURCES, API_ENDPOINTS }; \ No newline at end of file