This commit is contained in:
Riad Benguella 2023-12-14 14:56:17 +01:00
parent 743b26d498
commit 28e876e7cd
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ const data = new TextEncoder().encode(
);
const options = {
hostname: 'codevitals.run',
hostname: 'www.codevitals.run',
port: 443,
path: '/api/log?token=' + token,
method: 'POST',