fix build

This commit is contained in:
Danel Kungla
2025-07-09 14:01:43 +03:00
parent d9198a8a12
commit c5ddccc15d
6 changed files with 152 additions and 134 deletions

View File

@@ -139,7 +139,7 @@ function getPatterns() {
handler: adminMiddleware,
},
{
pattern: new URLPattern({ pathname: '/auth/*?' }),
pattern: new URLPattern({ pathname: '/auth/update-account' }),
handler: async (req: NextRequest, res: NextResponse) => {
const {
data: { user },