We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e18876f commit 29a2f9bCopy full SHA for 29a2f9b
1 file changed
static/index.html
@@ -448,7 +448,7 @@
448
searchBtn.innerHTML = '<span class="loading"></span>';
449
450
try {
451
- const response = await fetch(`http://localhost:3434/api/v1/users/${encodeURIComponent(steamId)}`);
+ const response = await fetch(`/api/v1/users/${encodeURIComponent(steamId)}`);
452
if (!response.ok) {
453
const errorData = await response.json();
454
0 commit comments