route handlers for account/main

This commit is contained in:
2025-05-19 16:56:30 +03:00
parent edd380d78a
commit c0da94f3dc
22 changed files with 601 additions and 150 deletions

View File

@@ -0,0 +1,5 @@
import { NextRequest } from 'next/server'
export async function PUT(req: NextRequest) {
// обновляем данные в аккаунте
}