This commit is contained in:
Carl-Gerhard Lindesvärd
2024-08-28 23:22:49 +02:00
parent 1f3b56cdbb
commit 9fab18a895
2 changed files with 3 additions and 3 deletions

View File

@@ -6,7 +6,7 @@ export async function ping() {
);
if (typeof res?.count === 'number') {
const response = await fetch('https://api.openpanel.com/misc/ping', {
const response = await fetch('https://api.openpanel.dev/misc/ping', {
method: 'POST',
headers: {
'Content-Type': 'application/json',