diff --git a/src/app/auth/login/login.page.ts b/src/app/auth/login/login.page.ts index 6a48bb33110874f73721988484fa5de3c8d2f8fd..1f73808ff44a633f24c4c119ea04653cfe948cd9 100644 --- a/src/app/auth/login/login.page.ts +++ b/src/app/auth/login/login.page.ts @@ -38,7 +38,7 @@ export class LoginPage implements OnInit { } loginApiCall() { - this.loginApi = this.httpClient.post('http://193.196.52.237:8081/login', { + this.loginApi = this.httpClient.post('http://193.196.52.237:8081/authenticate', { "email": this.username, "password": this.password });