authentification / signup /signin

This commit is contained in:
AlineRinquin 2022-01-19 16:14:55 +01:00
parent 1ba991e959
commit 68e1df8eb7
18 changed files with 517 additions and 15 deletions

View file

@ -1,3 +1,5 @@
export const environment = {
production: true
production: true,
apiUrl: '',
tokenKey: '',
};

View file

@ -3,7 +3,9 @@
// The list of file replacements can be found in `angular.json`.
export const environment = {
production: false
production: false,
apiUrl: 'http://localhost:3306',
tokenKey: 'TOKEN-ORGANIZEE',
};
/*