diff --git a/src/config.ts b/src/config.ts index a54a5bf..0af0ab6 100644 --- a/src/config.ts +++ b/src/config.ts @@ -16,4 +16,4 @@ export const LOCAL_API_URL = "http://localhost:8000" // } // } -export const BASE_URL = LOCAL_API_URL \ No newline at end of file +export const BASE_URL = API_URL \ No newline at end of file