Final fixes for CheckLinks

This commit is contained in:
Logen
2025-09-27 10:36:48 -04:00
parent 57acf3b14c
commit 80bc164bc0
5 changed files with 82 additions and 79 deletions

View File

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