Skip to content

Commit

Permalink
Update backend URL in urls.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
truemiller committed Feb 15, 2024
1 parent 9203ae1 commit 68dcf54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/constants/urls.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
export const NODIES_URL = "https://nodies.app";
export const BACKEND_URL = `http://localhost:${process.env.NEXT_PUBLIC_BACKEND_PORT}`;
export const BACKEND_URL = `http://localhost:${process.env.NEXT_PUBLIC_BACKEND_PORT}/api`;

0 comments on commit 68dcf54

Please sign in to comment.