Update
This commit is contained in:
parent
3ec65bb72d
commit
ca0ae3e991
2 changed files with 2 additions and 2 deletions
|
|
@ -37,7 +37,7 @@ export class PageLoginComponent implements OnInit
|
||||||
"password": this.password
|
"password": this.password
|
||||||
};
|
};
|
||||||
this.messageService
|
this.messageService
|
||||||
.sendMessage('connexion', data)
|
.sendMessage('user/auth', data)
|
||||||
.subscribe( retour => this.maCallback(retour))
|
.subscribe( retour => this.maCallback(retour))
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
export const environment = {
|
export const environment = {
|
||||||
production: true,
|
production: true,
|
||||||
debutUrl: "https://localhost/api/"
|
debutUrl: "https://polynotfound.herokuapp.com/api/"
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Reference in a new issue