Update [userId].ts

This commit is contained in:
2024-07-28 17:57:49 +05:00
committed by GitHub
parent 96b8c26f29
commit c03751488c

View File

@@ -37,12 +37,7 @@ export default async function handler(req: NextApiRequest, res: NextApiResponse)
{ {
id: 1, id: 1,
name: "Разработчик мода", name: "Разработчик мода",
color: "B656E5" color: "B656E5"
},
{
id: 2,
name: "Anixart Extension",
color: "F04E4E"
} }
], ],
} }