This commit is contained in:
Julian Lam
2013-04-22 15:03:07 -04:00
parent 6da36bb859
commit f894eae34f
2 changed files with 1 additions and 2 deletions

View File

@@ -5,6 +5,7 @@ var express = require('express'),
(function(app) {
var templates = global.templates;
global.app = app;
app.get('/test', function(req, res) {
var body = 'testing';