Test: Not finished

This commit is contained in:
Yûki VACHOT 2022-01-29 17:18:43 +01:00
parent db79c561c7
commit c1300fdb5f
12 changed files with 546 additions and 17 deletions

View file

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