From 912e009e7131f95077026b6045ee16909e2504f8 Mon Sep 17 00:00:00 2001 From: fahimkhan Date: Mon, 3 Oct 2016 12:19:43 +0530 Subject: Replace static with ngStatic --- app.js | 2 +- views/head.html | 12 ++++++------ 2 files changed, 7 insertions(+), 7 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); diff --git a/views/head.html b/views/head.html index 0512ceb..6372566 100644 --- a/views/head.html +++ b/views/head.html @@ -2,21 +2,21 @@