This commit is contained in:
DarthArgus
2016-10-17 21:44:11 +00:00
parent 83d2c16179
commit 4da1791d05
2 changed files with 1 additions and 6 deletions
+1 -5
View File
@@ -6,12 +6,8 @@
using namespace StellaBellum;
#define vxENCRYPT2(Str) (vxCplEncryptedString<vxCplIndexes<sizeof(Str) - 1>::Result>(Str))
webAPIHeartbeat::webAPIHeartbeat() {
auto u = vxENCRYPT("https://login.stellabellum.net/metriccontroller/shoulderTap?type=server");
webAPI handle = webAPI::webAPI(std::string(u.decrypt()));
webAPI handle = webAPI::webAPI(std::string(vxENCRYPT("https://login.stellabellum.net/metriccontroller/shoulderTap?type=server").decrypt()));
handle.addJsonData("ip", "test");