Skip to content

Commit

Permalink
Update helloWorld.js
Browse files Browse the repository at this point in the history
  • Loading branch information
junhoyeo authored Feb 6, 2018
1 parent 22c221a commit ec6f4ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helloWorld.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//JavaScript를 배우고 싶어져서 소마센터에 있던 책에 써있던 예제코드를 실행해 본 것
//Node.js를 배우고 싶어져서 소마센터에 있던 책에 써있던 예제코드를 실행해 본 것
var http = require('http');
http.createServer(function(req, res){
var path=req.url.replace(/\/?(?:\?.*)?$/, '').toLowerCase();
Expand Down

0 comments on commit ec6f4ba

Please sign in to comment.