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

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