move login action to LoginController.php

This commit is contained in:
Roland Schneider
2021-09-28 18:32:48 +02:00
parent 83ed1bd24f
commit 858f7b03fc
3 changed files with 61 additions and 54 deletions

View File

@@ -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(){