This commit is contained in:
2020-04-29 00:24:42 +00:00
parent 75f9524058
commit 42804d4fcd
2 changed files with 51 additions and 7 deletions

View File

@@ -14,6 +14,7 @@ namespace AyaNova.PlugIn.V8
{
class util
{
public static LocalizedTextTable LocaleText = null;
const string TEST_ROUTE = "ServerInfo";
const string API_BASE_ROUTE = "api/v8/";
static HttpClient client = new HttpClient();