Fixes Backend OAuth2 Endpoint
This commit is contained in:
@@ -4,7 +4,8 @@
|
||||
|
||||
export const environment = {
|
||||
production: false,
|
||||
backendPath: 'http://localhost:8070'
|
||||
backendPath: '/api',
|
||||
backendOAuthPath: 'http://localhost:8070'
|
||||
};
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user