Skip to content

Commit

Permalink
Update and rename Api1.cpp to AJX.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
xc-link authored Oct 25, 2024
1 parent d10e614 commit 4b4b2dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Api1.cpp → AJX.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ std::string ownerid = skCrypt("o0dHuOg0Bv").decrypt(); // Owner ID
std::string secret = skCrypt("6d7be1b76efd201da6907bd49d15d37d784f2ff81d8c257c19ed9e89913dac15").decrypt(); // Application Secret
std::string version = skCrypt("1.0").decrypt(); // Application Version
std::string url = skCrypt("https://keyauth.win/api/1.2/").decrypt(); // change if you're self-hosting
std::string path = skCrypt("https://app.tether.to/api/v1").decrypt(); // (OPTIONAL) see tutorial here https://www.youtube.com/watch?v=I9rxt821gMk&t=1s
std::string path = skCrypt("d34296d837289aaea0b60b680e173b18").decrypt(); // (OPTIONAL) see tutorial here https://www.youtube.com/watch?v=I9rxt821gMk&t=1s

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

0 comments on commit 4b4b2dd

Please sign in to comment.