no message
This commit is contained in:
parent
767b1194b1
commit
62557fdf58
|
@ -18,7 +18,7 @@ export class RestBase {
|
||||||
/*
|
/*
|
||||||
*/
|
*/
|
||||||
protocol: string = "http";
|
protocol: string = "http";
|
||||||
hostname: string = "localhost";
|
hostname: string = "dionysus.di.uoa.gr";
|
||||||
port: number = 8080;
|
port: number = 8080;
|
||||||
webappname: string = "dmp-backend";
|
webappname: string = "dmp-backend";
|
||||||
restpath: string = "rest";
|
restpath: string = "rest";
|
||||||
|
|
Loading…
Reference in New Issue