Skip to content

Commit 48c1288

Browse files
Commit rauchg#6: just keep it as '/chat'
1 parent 7bb2474 commit 48c1288

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

server.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ var server = http.createServer(function (request, response) {
1212
case '/':
1313
path = "/index.html";
1414
case '/chat':
15-
path = "/chat.html";
1615
case '/transmitter.html':
1716
fs.readFile(__dirname + path, function (error, data) {
1817
if (error) {

0 commit comments

Comments
 (0)