connexion avec le backend pour la page login
This commit is contained in:
parent
9566d11dd7
commit
22f6d316b4
5 changed files with 78 additions and 18 deletions
|
|
@ -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/"
|
||||
};
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue