Add new frontend - fix 15
This commit is contained in:
@@ -52,7 +52,7 @@ export class AuthService {
|
||||
*/
|
||||
async register(userData: RegisterRequest): Promise<TokenResponse> {
|
||||
const response = await apiClient.post<ApiResponse<TokenResponse>>(
|
||||
'/auth/register',
|
||||
'/api/v1/auth/register',
|
||||
userData
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user