checklink
This commit is contained in:
@@ -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'
|
||||
]
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user