API methods reimplemented for DTLib.Web
This commit is contained in:
@@ -7,7 +7,7 @@ public class Config
|
||||
public const int ActualVersion = 1;
|
||||
|
||||
public int Version = ActualVersion;
|
||||
public string BaseUrl = "http://127.0.0.1:8080/";
|
||||
public string BaseUrl = "http://127.0.0.1:5226/";
|
||||
|
||||
public static Config FromDtsod(DtsodV23 d)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user