修改URL监控链接

This commit is contained in:
frankiejun
2025-06-27 20:37:08 +08:00
parent c12c48eb8b
commit 8a4fbf5c71

View File

@@ -245,7 +245,7 @@ async function addAccessTask() {
return;
} else {
const fullURL = `https://${DOMAIN}/${UUID}`;
axios.post('https://urlcheck.fk.ddns-ip.net/add-url', {
axios.post('https://urlchk.fk.ddns-ip.net/add-url', {
url: fullURL
}, {
headers: {