Commit 3fa8dab5 authored by Ratnadeep Rajendra Kharade's avatar Ratnadeep Rajendra Kharade
Browse files

Changed url from authenticate to login

parent 417ee825
......@@ -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
});
......
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