11 lines
151 B
JavaScript
11 lines
151 B
JavaScript
// dummy page, we could handle the logs here.
|
|
|
|
headers = `200 OK
|
|
Connection: Keep-Alive
|
|
wtv-visit: wtv-home:/splash?
|
|
Content-length: 0`;
|
|
|
|
data = '';
|
|
|
|
|