fix: usar API same-origin no ambiente de produção
This commit is contained in:
parent
d21e02dc96
commit
7f0abc2da0
|
|
@ -43,7 +43,7 @@ cd ~/apps/line-gestao-frontend
|
||||||
cat > src/environments/environment.production.ts <<'EOT'
|
cat > src/environments/environment.production.ts <<'EOT'
|
||||||
export const environment = {
|
export const environment = {
|
||||||
production: true,
|
production: true,
|
||||||
apiUrl: 'https://linegestao.inglinesystems.com.br'
|
apiUrl: ''
|
||||||
};
|
};
|
||||||
EOT
|
EOT
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
export const environment = {
|
export const environment = {
|
||||||
production: true,
|
production: true,
|
||||||
apiUrl: 'https://linegestao.inglinesystems.com.br'
|
apiUrl: ''
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue