Skip to content

Commit

Permalink
fix: Whoops
Browse files Browse the repository at this point in the history
  • Loading branch information
shdwmtr committed Jan 3, 2025
1 parent f0c19fa commit 368718f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/utils/globals.js
Original file line number Diff line number Diff line change
@@ -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 };

0 comments on commit 368718f

Please sign in to comment.