Changes Backend API Path

This commit is contained in:
2022-11-15 15:01:44 -03:00
parent dfd3245517
commit 1246d542ed
2 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
export const environment = { export const environment = {
production: true, production: true,
backendPath: '/api', backendPath: 'https://api.hideyoshi.com.br',
backendOAuthPath: 'https://api.hideyoshi.com.br' backendOAuthPath: 'https://api.hideyoshi.com.br'
}; };

View File

@@ -4,7 +4,7 @@
export const environment = { export const environment = {
production: false, production: false,
backendPath: '/api', backendPath: 'http://localhost:8070',
backendOAuthPath: 'http://localhost:8070' backendOAuthPath: 'http://localhost:8070'
}; };