diff --git a/hello.js b/hello.js index 3c046fd..caeb2e8 100644 --- a/hello.js +++ b/hello.js @@ -1,7 +1,7 @@ var express = require("express"), http = require("http"); -// Configure server +// Configure server - marius var app = express(); app.use(express.bodyParser());