Commit 08d2f65d authored by Jie Yuan's avatar Jie Yuan
Browse files

add prod url

parent 70684cbd
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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';