|
|
@ -20,11 +20,10 @@ namespace BWP.B3ClientService.Rpcs |
|
|
{ |
|
|
{ |
|
|
static JavaScriptSerializer serializer = new JavaScriptSerializer(); |
|
|
static JavaScriptSerializer serializer = new JavaScriptSerializer(); |
|
|
|
|
|
|
|
|
[Rpc] |
|
|
|
|
|
|
|
|
[Rpc(RpcFlags.SkipAuth)] |
|
|
public static string GetTraceOutAddress() |
|
|
public static string GetTraceOutAddress() |
|
|
{ |
|
|
{ |
|
|
return ServerHost.GetTraceServerUrl(); |
|
|
return ServerHost.GetTraceServerUrl(); |
|
|
|
|
|
|
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
[Rpc] |
|
|
[Rpc] |
|
|
|