Loading src/app/shared-service.ts +1 −1 Original line number Diff line number Diff line Loading @@ -14,7 +14,7 @@ export class SharedService { constructor( ) { this.address = 'https://svmon-dev-test.scc.kit.edu:8443'; this.address = 'https://svmon.eudat.eu:8443'; this.baseURL = this.address + '/api/'; this.userInfoURL = this.baseURL + 'user/me' ; this.siteURL = this.baseURL + 'sites'; Loading Loading
src/app/shared-service.ts +1 −1 Original line number Diff line number Diff line Loading @@ -14,7 +14,7 @@ export class SharedService { constructor( ) { this.address = 'https://svmon-dev-test.scc.kit.edu:8443'; this.address = 'https://svmon.eudat.eu:8443'; this.baseURL = this.address + '/api/'; this.userInfoURL = this.baseURL + 'user/me' ; this.siteURL = this.baseURL + 'sites'; Loading