We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6997c85 commit d87cb6fCopy full SHA for d87cb6f
packages/skin-database/legacy-client/src/constants.js
@@ -33,9 +33,8 @@ export const SKIN_CDN = R2_CDN;
33
// export const SCREENSHOT_CDN = "https://cdn.webampskins.org";
34
// export const SKIN_CDN = "https://cdn.webampskins.org";
35
36
-// Note: This is a Cloudflare proxy for api.webamp.org which
37
-// provides some additional caching.
38
-export const API_URL = "https://api.webampskins.org";
+// Sites have been unified, we can point to ourselves now
+export const API_URL = "https://skins.webamp.org";
39
// export const API_URL = "https://dev.webamp.org";
40
export const HEADING_HEIGHT = 46;
41
export const CHUNK_SIZE = 300;
0 commit comments