checklink

This commit is contained in:
Logen
2025-09-27 09:47:01 -04:00
parent c4e72b9965
commit 57acf3b14c
4 changed files with 3 additions and 1 deletions

BIN
.DS_Store vendored

Binary file not shown.

View File

@@ -7,6 +7,7 @@ module.exports = {
'https://localhost:9000',
'http://localhost:9000',
'https://btcforplebs.com',
'http://btcforplebs.com',
'https://services.btcforplebs.com',
'http://services.btcforplebs.com'
]

View File

@@ -20,6 +20,7 @@
},
"homepage": "https://github.com/btcforplebs/BTCforPlebs.com#readme",
"dependencies": {
"config": "^4.1.1",
"express": "^5.1.0",
"node-fetch": "^2.7.0"
}

View File

@@ -95,7 +95,7 @@
<script>
document.addEventListener('DOMContentLoaded', init);
const apiEndpoint = "http://localhost:5252/api/link-status";
const apiEndpoint = "http://services.btcforplebs.com/api/link-status";
async function init() {
try {