Commit 4dea5a78 authored by Ratnadeep Rajendra Kharade's avatar Ratnadeep Rajendra Kharade
Browse files

updated login interface to authenticate

parent ace1e8b7
...@@ -38,7 +38,7 @@ export class LoginPage implements OnInit { ...@@ -38,7 +38,7 @@ export class LoginPage implements OnInit {
} }
loginApiCall() { 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, "email": this.username,
"password": this.password "password": this.password
}); });
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment