Skip to content

Commit

Permalink
meg
Browse files Browse the repository at this point in the history
  • Loading branch information
FrogTheFrog committed Aug 3, 2024
1 parent 7e94c2f commit 93613b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/plugin-loader.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -546,7 +546,7 @@ class PluginLoader extends Logger {
headers['X-Decky-Fetch-Excluded-Headers'] = init.excludedHeaders.join(', ');
}

return fetch(`fetch?auth=${deckyAuthToken}&fetch_url=${encodeURIComponent(input)}`, {
return fetch(`http://127.0.0.1:1337/fetch?auth=${deckyAuthToken}&fetch_url=${encodeURIComponent(input)}`, {
...restOfInit,
credentials: 'include',
// cache: 'no-store',
Expand Down

0 comments on commit 93613b3

Please sign in to comment.