This commit is contained in:
typpo 2012-04-06 17:52:45 -04:00
parent ef948ec46c
commit 47c9e7c09f

4
app.js
View File

@ -27,9 +27,7 @@ var config = {
/* Homepage */ /* Homepage */
app.get('/', function(req, res) { app.get('/', function(req, res) {
res.render('index', { res.send("it's running");
});
}); });
app.post('/text', function(req, res) { app.post('/text', function(req, res) {