Skip to content

Commit

Permalink
fix(graphs): add api to url for graphs
Browse files Browse the repository at this point in the history
  • Loading branch information
Mihoub2 committed May 17, 2024
1 parent c3d703d commit 27178a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/config/api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ export const headers = API_KEY ? { Authorization: `Basic ${API_KEY}` } : {};
export const postHeaders = { ...headers, "Content-Type": "application/json" };

export const contributionUrl =
"https://scanr-api.dataesr.ovh/contribute?max_results=2000";
"https://scanr-api.dataesr.ovh/api/contribute?max_results=2000";
export const contactUrl =
"https://scanr-api.dataesr.ovh/contact?max_results=2000";
"https://scanr-api.dataesr.ovh/api/contact?max_results=2000";

0 comments on commit 27178a8

Please sign in to comment.