Début d'ajout pour la gestion du login

This commit is contained in:
Sébastien André
2020-03-11 11:22:35 +01:00
parent bf695b431c
commit 8a29fd7de9
19 changed files with 296 additions and 39 deletions

View File

@@ -1,5 +1,5 @@
export const environment = {
production: true,
urlApi: "https://skydivelogsapi.azurewebsites.net",
apiUrl: 'https://skydivelogsapi.azurewebsites.net',
debugMode: false
};

View File

@@ -5,6 +5,6 @@
export const environment = {
production: false,
urlApi: "http://localhost:5000",
apiUrl: 'http://localhost:5000',
debugMode: false
};