From 84084bfa28f137d2207ef326726a1ebc0de6950b Mon Sep 17 00:00:00 2001 From: Marius Waldal Date: Tue, 4 Sep 2012 12:59:18 +0200 Subject: [PATCH] La til marius i koden --- hello.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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());