Update [userId].ts

This commit is contained in:
2024-08-16 23:14:54 +05:00
committed by GitHub
parent 48fc6fcb69
commit 69d3fa617c

View File

@@ -36,8 +36,8 @@ export default async function handler(req: NextApiRequest, res: NextApiResponse)
roles: [ roles: [
{ {
id: 1, id: 1,
name: "Разработчик мода", name: "Супер спонсор ★",
color: "B656E5" color: "F04E4E"
} }
], ],
} }