mirror of
https://github.com/logsol/chuck.js.git
synced 2026-05-11 10:37:34 +00:00
menu fixes
This commit is contained in:
parent
2343049227
commit
a837d2099c
3 changed files with 6 additions and 8 deletions
|
|
@ -43,11 +43,6 @@ function (http, nodeStatic, Api) {
|
|||
console.checkpoint('HTTP Server serves index');
|
||||
break;
|
||||
|
||||
case req.url == '/game.html':
|
||||
fileServer.serveFile('./static/html/game.html', 200, {}, req, res);
|
||||
console.checkpoint('HTTP Server serves game');
|
||||
break;
|
||||
|
||||
case req.url == '/client.js':
|
||||
fileServer.serveFile('./client.js', 200, {}, req, res);
|
||||
break;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue