Skip to content

Commit

Permalink
Remove /
Browse files Browse the repository at this point in the history
  • Loading branch information
thejaviertc committed Jun 14, 2023
1 parent 6061536 commit e9f193d
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://steam-workshop-stats-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 e9f193d

Please sign in to comment.