Update: Cors Origin

This commit is contained in:
Yûki VACHOT 2022-02-02 13:45:27 +01:00
parent 40cf1c239a
commit f0417b49a3
2 changed files with 2 additions and 2 deletions

View file

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