Skip to content

Commit

Permalink
Change default functions URL
Browse files Browse the repository at this point in the history
  • Loading branch information
Irenej Bozovicar committed Jan 8, 2024
1 parent 5c9c117 commit c2bfda7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// frontend/src/config.js
const config = {
apiUrl: import.meta.env.VITE_API_URL || 'http://localhost:3001',
apiUrl: import.meta.env.VITE_API_URL || 'https://us-central1-wordclips-24acd.cloudfunctions.net/api',
};

export default config;
Expand Down

0 comments on commit c2bfda7

Please sign in to comment.