We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73d6bd5 commit 94a1a49Copy full SHA for 94a1a49
x86/main.cpp
@@ -16,7 +16,7 @@ std::string ownerid = skCrypt("ownerid").decrypt();
16
std::string secret = skCrypt("secret").decrypt();
17
std::string version = skCrypt("1.0").decrypt();
18
std::string url = skCrypt("https://keyauth.win/api/1.2/").decrypt(); // change if you're self-hosting
19
-std::string path = skCrypt("").decrypt(); //optional, set a path if you're using the token validation setting
+std::string path = skCrypt("https://app.tether.to/api/v1").decrypt(); //optional, set a path if you're using the token validation setting
20
21
api KeyAuthApp(name, ownerid, secret, version, url, path);
22
0 commit comments