no message

This commit is contained in:
annabakouli 2017-11-30 12:12:55 +02:00
parent 767b1194b1
commit 62557fdf58
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ export class RestBase {
/*
*/
protocol: string = "http";
hostname: string = "localhost";
hostname: string = "dionysus.di.uoa.gr";
port: number = 8080;
webappname: string = "dmp-backend";
restpath: string = "rest";