Fixes Backend OAuth2 Endpoint

This commit is contained in:
2022-11-11 02:30:30 -03:00
parent fbc485698d
commit dd38ed60e7
9 changed files with 34 additions and 14 deletions

View File

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