Skip to content

Commit

Permalink
Change to new API URL
Browse files Browse the repository at this point in the history
  • Loading branch information
thejaviertc committed Jun 14, 2023
1 parent e2f50b1 commit 6061536
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/fetch-user/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
const apiUrl =
process.env.NODE_ENV === "development"
? "http://localhost:3000"
: "https://javiertcs-api.onrender.com";
: "https://steam-workshop-stats-api.onrender.com/";
/**
* Fetches the API and gets all the info of the Steam URL
Expand Down

0 comments on commit 6061536

Please sign in to comment.