Skip to content

Commit

Permalink
log
Browse files Browse the repository at this point in the history
  • Loading branch information
Mihoub2 committed Oct 9, 2024
1 parent 8b3a9b6 commit 010f859
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/config/api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ const url = import.meta.env.VITE_BASE_API_URL || "";
export const contributionUrl = isDevelopment
? "http://localhost:3000/api/contribute?max_results=2000"
: `${url}/api/contribute?max_results=2000`;

export const contactUrl = isDevelopment
? "http://localhost:3000/api/contacts?max_results=2000"
: `${url}/api/contacts?max_results=2000`;
console.log(contactURl);

export const productionUrl = isDevelopment
? "http://localhost:3000/api/production?max_results=2000"
Expand Down

0 comments on commit 010f859

Please sign in to comment.