diff --git a/src/app/game/berry-dash/chatroom/page.tsx b/src/app/game/berry-dash/chatroom/page.tsx index 6d5a1af..d5d9a95 100644 --- a/src/app/game/berry-dash/chatroom/page.tsx +++ b/src/app/game/berry-dash/chatroom/page.tsx @@ -97,7 +97,7 @@ export default function BerryDashChatroom () { ;(async () => { const result = await axios.get( - `https://games.lncvrt.xyz/api/berrydash/icon-marketplace/icon?ids=[${notInAllIds}]` + `/api/berrydash/icon-marketplace/icon?ids=[${notInAllIds}]` ) if (result.data.success) { const add: CustomIconEntry[] = []