summaryrefslogtreecommitdiffstats
path: root/examples/nodejs-mongodb-mongoose-restify/server-http.js
diff options
context:
space:
mode:
authorbrandon flowers <brandonflowers@gmail.com>2013-05-05 18:18:47 -0400
committerbrandon flowers <brandonflowers@gmail.com>2013-05-05 18:18:47 -0400
commit21fddecaa94e40e73a070c684c0750f78e2b40ad (patch)
tree1d801b35c7c02435e60095a01b10768d33a71864 /examples/nodejs-mongodb-mongoose-restify/server-http.js
parent3665deb4f2ae988ea3fc9fd81fa01d00cae95d09 (diff)
downloadbackbonetutorials-21fddecaa94e40e73a070c684c0750f78e2b40ad.zip
backbonetutorials-21fddecaa94e40e73a070c684c0750f78e2b40ad.tar.gz
backbonetutorials-21fddecaa94e40e73a070c684c0750f78e2b40ad.tar.bz2
updates to readme and further testing against the change to involve yeoman
Diffstat (limited to 'examples/nodejs-mongodb-mongoose-restify/server-http.js')
-rw-r--r--examples/nodejs-mongodb-mongoose-restify/server-http.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/nodejs-mongodb-mongoose-restify/server-http.js b/examples/nodejs-mongodb-mongoose-restify/server-http.js
index 223c250..08c5ff8 100644
--- a/examples/nodejs-mongodb-mongoose-restify/server-http.js
+++ b/examples/nodejs-mongodb-mongoose-restify/server-http.js
@@ -47,9 +47,9 @@ var getFilePath = function(url) {
console.log("url: " + url);
- var filePath = './public' + url;
+ var filePath = './app' + url;
- if (url == '/' ) filePath = './public/index.html';
+ if (url == '/' ) filePath = './app/index.html';
console.log("filePath: " + filePath);