|
@@ -47,7 +47,7 @@ export const api = {
|
|
|
});
|
|
|
},
|
|
|
async registerUser(data: IUserProfileCreate) {
|
|
|
- return axios.post(`${apiUrl}/api/v1/users/register`, data);
|
|
|
+ return axios.post(`${apiUrl}/api/v1/users/open`, data);
|
|
|
},
|
|
|
async testCeleryMsg(token: string, data:{msg: string}){
|
|
|
return axios.post<{msg:string}>(`${apiUrl}/api/v1/utils/test-celery/msg`, data, authHeaders(token));
|