move login action to LoginController.php
This commit is contained in:
@@ -6,7 +6,7 @@ export class Endpoints {
|
||||
private static apiUrl: string = environment.apiUrl;
|
||||
|
||||
public static POST_USERS_AUTHENTICATE(){
|
||||
return `${this.apiUrl}user/login`;
|
||||
return `${this.apiUrl}login/login`;
|
||||
}
|
||||
|
||||
public static POST_USER_PASSWORD_CHANGE(){
|
||||
|
||||
Reference in New Issue
Block a user