Skip to content

Commit 4a21560

Browse files
committed
Use skins api for webamp
1 parent e0dbacb commit 4a21560

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

components/apps/Webamp/functions.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ export const BASE_WEBAMP_OPTIONS = {
5454

5555
this.loading = true;
5656

57-
fetch("https://api.webamp.org/graphql", {
57+
fetch("https://skins.webamp.org/graphql", {
5858
body: JSON.stringify({
5959
query: createWebampSkinMuseumQuery(
6060
Math.floor(Math.random() * 1000)

0 commit comments

Comments
 (0)