checklink
This commit is contained in:
@@ -7,6 +7,7 @@ module.exports = {
|
|||||||
'https://localhost:9000',
|
'https://localhost:9000',
|
||||||
'http://localhost:9000',
|
'http://localhost:9000',
|
||||||
'https://btcforplebs.com',
|
'https://btcforplebs.com',
|
||||||
|
'http://btcforplebs.com',
|
||||||
'https://services.btcforplebs.com',
|
'https://services.btcforplebs.com',
|
||||||
'http://services.btcforplebs.com'
|
'http://services.btcforplebs.com'
|
||||||
]
|
]
|
||||||
|
|||||||
@@ -20,6 +20,7 @@
|
|||||||
},
|
},
|
||||||
"homepage": "https://github.com/btcforplebs/BTCforPlebs.com#readme",
|
"homepage": "https://github.com/btcforplebs/BTCforPlebs.com#readme",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
"config": "^4.1.1",
|
||||||
"express": "^5.1.0",
|
"express": "^5.1.0",
|
||||||
"node-fetch": "^2.7.0"
|
"node-fetch": "^2.7.0"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -95,7 +95,7 @@
|
|||||||
<script>
|
<script>
|
||||||
document.addEventListener('DOMContentLoaded', init);
|
document.addEventListener('DOMContentLoaded', init);
|
||||||
|
|
||||||
const apiEndpoint = "http://localhost:5252/api/link-status";
|
const apiEndpoint = "http://services.btcforplebs.com/api/link-status";
|
||||||
|
|
||||||
async function init() {
|
async function init() {
|
||||||
try {
|
try {
|
||||||
|
|||||||
Reference in New Issue
Block a user