From 0825a49d15ecbdbd1b7c60e7d23b1a9bbb2ee56b Mon Sep 17 00:00:00 2001 From: Lncvrt Date: Sun, 1 Feb 2026 18:27:31 -0700 Subject: [PATCH] oops --- src/app/game/berry-dash/chatroom/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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[] = []