Skip to content

Commit

Permalink
Commit rauchg#6: just keep it as '/chat'
Browse files Browse the repository at this point in the history
  • Loading branch information
TheSachinSBhat committed Feb 7, 2017
1 parent 7bb2474 commit 48c1288
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion server.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ var server = http.createServer(function (request, response) {
case '/':
path = "/index.html";
case '/chat':
path = "/chat.html";
case '/transmitter.html':
fs.readFile(__dirname + path, function (error, data) {
if (error) {
Expand Down

0 comments on commit 48c1288

Please sign in to comment.