working
This commit is contained in:
10
config.js
10
config.js
@@ -2,13 +2,9 @@ module.exports = {
|
||||
port: process.env.PORT || 5252,
|
||||
// Add any other configuration variables here
|
||||
allowedOrigins: [
|
||||
'https://localhost:5252',
|
||||
'https://localhost:5252',
|
||||
'https://localhost:9000',
|
||||
'http://localhost:9000',
|
||||
'https://btcforplebs.com',
|
||||
'http://btcforplebs.com',
|
||||
'https://services.btcforplebs.com',
|
||||
'http://services.btcforplebs.com'
|
||||
'http://services.btcforplebs.com',
|
||||
'https://btcforplebs.com',
|
||||
'http://btcforplebs.com'
|
||||
]
|
||||
};
|
||||
@@ -23,6 +23,7 @@
|
||||
"homepage": "https://github.com/btcforplebs/BTCforPlebs.com#readme",
|
||||
"dependencies": {
|
||||
"config": "^4.1.1",
|
||||
"cors": "^2.8.5",
|
||||
"express": "^5.1.0",
|
||||
"node-fetch": "^2.7.0"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user