Skip to content

Commit d87cb6f

Browse files
committed
Switch away from cached api
1 parent 6997c85 commit d87cb6f

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

packages/skin-database/legacy-client/src/constants.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,8 @@ export const SKIN_CDN = R2_CDN;
3333
// export const SCREENSHOT_CDN = "https://cdn.webampskins.org";
3434
// export const SKIN_CDN = "https://cdn.webampskins.org";
3535

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";
36+
// Sites have been unified, we can point to ourselves now
37+
export const API_URL = "https://skins.webamp.org";
3938
// export const API_URL = "https://dev.webamp.org";
4039
export const HEADING_HEIGHT = 46;
4140
export const CHUNK_SIZE = 300;

0 commit comments

Comments
 (0)