Skip to content

Commit

Permalink
fix error
Browse files Browse the repository at this point in the history
  • Loading branch information
wafash08 committed Jun 25, 2024
1 parent 968e807 commit 23af467
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion constants/url.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
const URL = process.env.NEXT_PUBLIC_BACKEND_URL;
// const URL = process.env.BACKEND_URL;
const URL = 'https://pijar-mama-recipe.vercel.app';
export const RECIPES_URL = `${URL}/v1/recipes`;
export const REGISTER_URL = `${URL}/v1/auth/register`;
export const LOGIN_URL = `${URL}/v1/auth/login`;
Expand Down

0 comments on commit 23af467

Please sign in to comment.