From 1246d542ed738cec4d69d03676556d0cc698488d Mon Sep 17 00:00:00 2001 From: Vitor Hideyoshi Date: Tue, 15 Nov 2022 15:01:44 -0300 Subject: [PATCH] Changes Backend API Path --- src/environments/environment.prod.ts | 2 +- src/environments/environment.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/environments/environment.prod.ts b/src/environments/environment.prod.ts index d7ffeab..aa4ebfa 100644 --- a/src/environments/environment.prod.ts +++ b/src/environments/environment.prod.ts @@ -1,5 +1,5 @@ export const environment = { production: true, - backendPath: '/api', + backendPath: 'https://api.hideyoshi.com.br', backendOAuthPath: 'https://api.hideyoshi.com.br' }; diff --git a/src/environments/environment.ts b/src/environments/environment.ts index 16454dd..1b5df07 100644 --- a/src/environments/environment.ts +++ b/src/environments/environment.ts @@ -4,7 +4,7 @@ export const environment = { production: false, - backendPath: '/api', + backendPath: 'http://localhost:8070', backendOAuthPath: 'http://localhost:8070' };