Skip to content
Snippets Groups Projects

remove conf staging

Merged Baptiste Toulemonde requested to merge feature/indigo_auth into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -22,7 +22,7 @@ const httpOptions = {
})
export class AuthService {
private authorizationEndpoint = '/oauth2/authorization/oidc';
private authorizationEndpoint = '/harvester/oauth2/authorization/oidc';
private tokenEndpoint = '/login/oauth2/code/oidc';
private baseUrl = environment.smartharvesterUrl;
private FdpBaseUrl = environment.fdpUrl;
Loading