From 3fa8dab50b6affec634e1369cfe8e8bdb6f6a69a Mon Sep 17 00:00:00 2001 From: Ratnadeep Rajendra Kharade <92khra1mst@hft-stuttgart.de> Date: Sat, 11 Jan 2020 00:04:39 +0100 Subject: [PATCH] Changed url from authenticate to login --- src/app/auth/login/login.page.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/auth/login/login.page.ts b/src/app/auth/login/login.page.ts index 1f73808..6a48bb3 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/authenticate', { + this.loginApi = this.httpClient.post('http://193.196.52.237:8081/login', { "email": this.username, "password": this.password }); -- GitLab