mirror of
https://github.com/CompeyDev/fxtwitter-docker.git
synced 2025-04-04 10:00:55 +01:00
Add Constants.HOST_URL
This commit is contained in:
parent
9f2162b53c
commit
b290efcece
1 changed files with 2 additions and 1 deletions
|
@ -2,6 +2,7 @@ const fakeChromeVersion = '103';
|
|||
|
||||
export const Constants = {
|
||||
BRANDING_NAME: `pxTwitter`,
|
||||
HOST_URL: `https://pxtwitter.com`,
|
||||
REDIRECT_URL: 'https://twitter.com/dangeredwolf',
|
||||
TWITTER_ROOT: 'https://twitter.com',
|
||||
TWITTER_API_ROOT: 'https://api.twitter.com',
|
||||
|
@ -40,7 +41,7 @@ export const Constants = {
|
|||
},
|
||||
RESPONSE_HEADERS: {
|
||||
'content-type': 'text/html;charset=UTF-8',
|
||||
'x-powered-by': 'Black Magic'
|
||||
'x-powered-by': '🏳️⚧️ Trans Rights'
|
||||
// 'cache-control': 'max-age=1'
|
||||
},
|
||||
DEFAULT_COLOR: '#10A3FF'
|
||||
|
|
Loading…
Add table
Reference in a new issue