Update: save Docker nginx Angular Node Flask

This commit is contained in:
Yûki VACHOT 2022-02-01 19:38:39 +01:00
parent 1a3bee1846
commit fcedd7534c
16 changed files with 89 additions and 84 deletions

View file

@ -1,4 +1,4 @@
export const environment = {
production: true,
debutUrl: 'http://127.0.0.1:4200/api/'
debutUrl: 'http://127.0.0.1:5000/api/'
};

View file

@ -5,7 +5,7 @@
export const environment = {
production: false,
debutUrl: 'http://127.0.0.1:4200/api/'
debutUrl: 'http://127.0.0.1:5000/api/'
};
/*