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