We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents aaef91c + 188d9e1 commit 90e03edCopy full SHA for 90e03ed
src/api/userApi.ts
@@ -2,7 +2,7 @@ import { api } from './axiosInstance';
2
import type { User } from '../types';
3
4
export async function postUserMe(): Promise<void> {
5
- await api.post('users/me', null);
+ await api.post('users/signin-up', null);
6
}
7
8
export async function getMyProfile(): Promise<User> {
0 commit comments