L'environment de développement utilise maintenant une addresse IP Docker.

This commit is contained in:
FyloZ 2021-02-15 15:31:01 -05:00
parent cb6387b5e1
commit 93929718d6
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
export const environment = {
production: false,
apiUrl: 'http://localhost:9090/api'
apiUrl: 'http://localhost:9101/api'
};
/*