From 3be78f91fc178ae879efb9591ee0b05f8e4714c4 Mon Sep 17 00:00:00 2001 From: Lncvrt Date: Fri, 30 Jan 2026 21:06:22 -0700 Subject: [PATCH] Fix --- src/app/game/berry-dash/splash/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/game/berry-dash/splash/page.tsx b/src/app/game/berry-dash/splash/page.tsx index e3e1799..b7191f3 100644 --- a/src/app/game/berry-dash/splash/page.tsx +++ b/src/app/game/berry-dash/splash/page.tsx @@ -58,7 +58,7 @@ export default function BerryDashSplash () { try { const result = await axios.post( - '/api/account/berrydash/splash-text', + '/api/berrydash/splash-text', { token, content: text