Skip to content

Commit

Permalink
Fix trailing slash on endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
mikaalnaik committed Mar 29, 2022
1 parent a02d9cd commit c6acf36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/frontend/src/data/endpoints.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export const endpoint = process.env.NODE_ENV === 'development'
? 'http://localhost:3001'
: 'https://beachbackend.herokuapp.com/';
: 'https://beachbackend.herokuapp.com';

1 comment on commit c6acf36

@vercel
Copy link

@vercel vercel bot commented on c6acf36 Mar 29, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.