diff --git a/src/app/utils/globals.js b/src/app/utils/globals.js index ca13373..aa918ca 100644 --- a/src/app/utils/globals.js +++ b/src/app/utils/globals.js @@ -1,4 +1,4 @@ -const API_URL = process.env.NODE_ENV === 'development' ? 'http://localhost:3001/steam-brew/us-central1/api' : 'https://api.steambrew.app'; +const API_URL = process.env.NODE_ENV === 'development' ? 'http://localhost:3001/steam-brew/us-central1/api' : 'https://steambrew.app'; export { API_URL }; \ No newline at end of file