ups
This commit is contained in:
parent
8d6ac4afcc
commit
66d74bf374
|
@ -200,7 +200,7 @@ function Websrv(tlib) {
|
||||||
stream.pipe(res);
|
stream.pipe(res);
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
res.writeHead(200, { 'Content-Type': contentType });
|
res.writeHead(404);
|
||||||
res.end('404 - f0ck you', 'utf-8');
|
res.end('404 - f0ck you', 'utf-8');
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue
Block a user