connexion avec le backend pour la page login

This commit is contained in:
MiharyR 2022-01-13 12:13:04 +01:00
parent 9566d11dd7
commit 22f6d316b4
5 changed files with 78 additions and 18 deletions

View file

@ -3,7 +3,8 @@
// The list of file replacements can be found in `angular.json`.
export const environment = {
production: false
production: false,
debutUrl: "http://127.0.0.1:5000/api/"
};
/*