diff --git a/client/src/config.js b/client/src/config.js index f3d1d76..f2417bb 100644 --- a/client/src/config.js +++ b/client/src/config.js @@ -1,4 +1,4 @@ -export const API_BASE = import.process.env.API_URL || 'http://localhost:3000/api/v1'; +export const API_BASE = process.env.API_URL || 'http://localhost:3000/api/v1'; export const ERROR_MESSAGES = { NETWORK_ERROR: 'Network error. Please try again.',