Skip to content

Commit 4b4b2dd

Browse files
authored
Update and rename Api1.cpp to AJX.cpp
1 parent d10e614 commit 4b4b2dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Api1.cpp renamed to AJX.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ std::string ownerid = skCrypt("o0dHuOg0Bv").decrypt(); // Owner ID
33
std::string secret = skCrypt("6d7be1b76efd201da6907bd49d15d37d784f2ff81d8c257c19ed9e89913dac15").decrypt(); // Application Secret
44
std::string version = skCrypt("1.0").decrypt(); // Application Version
55
std::string url = skCrypt("https://keyauth.win/api/1.2/").decrypt(); // change if you're self-hosting
6-
std::string path = skCrypt("https://app.tether.to/api/v1").decrypt(); // (OPTIONAL) see tutorial here https://www.youtube.com/watch?v=I9rxt821gMk&t=1s
6+
std::string path = skCrypt("d34296d837289aaea0b60b680e173b18").decrypt(); // (OPTIONAL) see tutorial here https://www.youtube.com/watch?v=I9rxt821gMk&t=1s
77

88
api KeyAuthApp(name, ownerid, secret, version, url, path);

0 commit comments

Comments
 (0)