Skip to content

Commit

Permalink
patch 3
Browse files Browse the repository at this point in the history
  • Loading branch information
DTACat committed Nov 20, 2024
1 parent 5a0bbbd commit 1a7135a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/19.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ if (localStorage.full_client_rework != "false") {
COLLECTIBLES = 'https://raw.githubusercontent.com/Yappering/api/main/v2/collectibles';
UNPUBLISHED_COLLECTIBLES = 'https://raw.githubusercontent.com/Yappering/private-api/refs/heads/main/v2/unpublished_collectibles';
COLLECTIBLES_IN_SHOP = 'https://raw.githubusercontent.com/Yappering/api/main/v2/collectibles-in-shop';
CONSUMABLES = 'https://raw.githubusercontent.com/Yappering/api/main/v2/consumables';
CONSUMABLES = 'https://raw.githubusercontent.com/Yappering/api/main/v1/consumables';
MISCELLANEOUS = 'https://raw.githubusercontent.com/Yappering/api/main/v2/miscellaneous';
PROFILES_PLUS = 'https://raw.githubusercontent.com/Yappering/api/main/v2/profiles-plus';
PROFILES_PLUS_UNPUBLISHED = 'https://raw.githubusercontent.com/Yappering/private-api/refs/heads/main/v2/profiles-plus-u';
Expand Down

0 comments on commit 1a7135a

Please sign in to comment.