chore: update route

This commit is contained in:
2026-05-18 17:54:20 +02:00
parent 3dfc15cec1
commit f87a9e1b97
+1 -1
View File
@@ -512,7 +512,7 @@ export const createUserByAdmin = async (data: {
role: string;
}) => {
const { data: res } = await apiClient.post(
`${V2}/admin/auth/register`,
`${V2}/admin/protected/users`,
data,
);
return {