Fix URL
This commit is contained in:
parent
743b26d498
commit
28e876e7cd
|
@ -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',
|
||||
|
|
Loading…
Reference in New Issue