yet again changed domains
This commit is contained in:
@@ -3,10 +3,10 @@ export const constants = {
|
|||||||
SESSION_EXPIRE_TIME_MS: 6 * 60 * 60 * 1000,
|
SESSION_EXPIRE_TIME_MS: 6 * 60 * 60 * 1000,
|
||||||
POST_SESSION_KEY: "postsession",
|
POST_SESSION_KEY: "postsession",
|
||||||
LAST_FETCHED_KEY: "LAST_FETCHED",
|
LAST_FETCHED_KEY: "LAST_FETCHED",
|
||||||
SCRAP_API_URL: "https://ritmubooking.com:8443/lottery",
|
SCRAP_API_URL: "https://ritmu7.com:8443/lottery",
|
||||||
SCRAP_API_SESSION_KEY: "SRAJWT",
|
SCRAP_API_SESSION_KEY: "SRAJWT",
|
||||||
SCRAP_API_BASE_HEADERS: {
|
SCRAP_API_BASE_HEADERS: {
|
||||||
Host: "ritmubooking.com:8443",
|
Host: "ritmu7.com:8443",
|
||||||
"Sec-Ch-Ua": '"Not/A)Brand";v="8", "Chromium";v="126"',
|
"Sec-Ch-Ua": '"Not/A)Brand";v="8", "Chromium";v="126"',
|
||||||
"Sec-Ch-Ua-Mobile": "?0",
|
"Sec-Ch-Ua-Mobile": "?0",
|
||||||
"Sec-Ch-Ua-Platform": '"Windows"',
|
"Sec-Ch-Ua-Platform": '"Windows"',
|
||||||
@@ -17,8 +17,8 @@ export const constants = {
|
|||||||
"Accept-Language": "en-US,en;q=0.9",
|
"Accept-Language": "en-US,en;q=0.9",
|
||||||
"Access-Control-Allow-Origin": "*",
|
"Access-Control-Allow-Origin": "*",
|
||||||
Accept: "application/json, text/plain, */*",
|
Accept: "application/json, text/plain, */*",
|
||||||
Origin: "https://www.ritmubooking.com",
|
Origin: "https://www.ritmu7.com",
|
||||||
Referer: "https://www.ritmubooking.com/",
|
Referer: "https://www.ritmu7.com/",
|
||||||
Priority: "u=1, i",
|
Priority: "u=1, i",
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user