This commit is contained in:
yaschalew
2026-06-27 12:54:57 +03:00
parent 92df6c427c
commit 421806e282
3 changed files with 27 additions and 105 deletions

View File

@@ -18,6 +18,6 @@ export const verifyMfaRequest = async (payload: {
};
export const getMeRequest = async () => {
const response = await api.get<AuthUser>("/auth/me");
const response = await api.get<AuthUser>("/me");
return response.data;
};