muh
This commit is contained in:
parent
5110f23700
commit
b99f4bb53f
|
@ -132,9 +132,9 @@ function Websrv(tbot, tsql, tlib) {
|
||||||
res.writeHead(200, { 'Content-Type': 'text/html' });
|
res.writeHead(200, { 'Content-Type': 'text/html' });
|
||||||
res.end(tpl(), 'utf-8');
|
res.end(tpl(), 'utf-8');
|
||||||
}
|
}
|
||||||
else if(filePath.match(/^\.\/git\//i)) {
|
else if(filePath == './git') {
|
||||||
console.log(filePath);
|
console.log(filePath);
|
||||||
console.log(req);
|
console.log(res);
|
||||||
res.writeHead(200, { 'Content-Type': 'text/html' });
|
res.writeHead(200, { 'Content-Type': 'text/html' });
|
||||||
res.end('muh', 'utf-8');
|
res.end('muh', 'utf-8');
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user