summaryrefslogtreecommitdiff
path: root/app.js
diff options
context:
space:
mode:
Diffstat (limited to 'app.js')
-rw-r--r--app.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/app.js b/app.js
index 5682cbc..a842d48 100644
--- a/app.js
+++ b/app.js
@@ -23,7 +23,7 @@ app.engine('html',ejs.renderFile);
//Set Static public folder
-app.use('/static',express.static(path.join(__dirname,'public')));
+app.use('/ngStatic',express.static(path.join(__dirname,'public')));
//Set Port to run the app
app.set('port',process.env.PORT||3000);