use internal http request

This commit is contained in:
pypy
2020-11-07 20:22:30 +09:00
parent 77558f8835
commit f4d054ea49
6 changed files with 243 additions and 58 deletions

View File

@@ -12,6 +12,7 @@ namespace VRCX
};
repository.Register("VRCX", VRCX.Instance, true, options);
repository.Register("SharedVariable", SharedVariable.Instance, false, options);
repository.Register("WebApi", WebApi.Instance, true, options);
repository.Register("VRCXStorage", VRCXStorage.Instance, false, options);
repository.Register("SQLite", SQLite.Instance, true, options);
repository.Register("LogWatcher", LogWatcher.Instance, true, options);