Temporary Poe Fix

By adding "/Sage" or any other page name that exists to the end of the "home_url" variable, Poe's problem is solved and it can be used normally again
This commit is contained in:
vbd537
2023-07-06 21:00:55 -03:00
parent b6ac73631f
commit 08fd83ca5d

View File

@@ -312,7 +312,7 @@ function logObjectStructure(obj, indent = 0, depth = Infinity) {
class Client { class Client {
gql_url = "https://poe.com/api/gql_POST"; gql_url = "https://poe.com/api/gql_POST";
gql_recv_url = "https://poe.com/api/receive_POST"; gql_recv_url = "https://poe.com/api/receive_POST";
home_url = "https://poe.com"; home_url = "https://poe.com/Sage";
settings_url = "https://poe.com/api/settings"; settings_url = "https://poe.com/api/settings";
formkey = ""; formkey = "";