From 4cbf0dbf5db4d633046ee2af8319f7d976617032 Mon Sep 17 00:00:00 2001 From: Lncvrt Date: Fri, 30 Jan 2026 21:57:27 -0700 Subject: [PATCH] Fix these endpoints --- src/index.ts | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/index.ts b/src/index.ts index a391bcd..9d6d18b 100644 --- a/src/index.ts +++ b/src/index.ts @@ -598,8 +598,7 @@ app.post('/account/forgot-password', accountForgotPasswordPostHandler, { }) app.post('/account/reset-password', accountResetPasswordPostHandler, { detail: { - description: 'The endpoint for resetting the password for an account.', - tags: ['Accounts'] + hide: true }, body: t.Object({ token: t.String(), @@ -961,8 +960,7 @@ app.get('/berrydash/splash-text', berryDashSplashTextGetHandler, { }) app.post('/berrydash/splash-text', berryDashSplashTextPostHandler, { detail: { - description: 'The endpoint for submitting splash texts.', - tags: ['Berry Dash', 'Splash Texts'] + hide: true }, body: t.Object({ token: t.String(),