diff options
author | fahimkhan | 2016-10-03 12:19:43 +0530 |
---|---|---|
committer | fahimkhan | 2016-10-03 12:19:43 +0530 |
commit | 912e009e7131f95077026b6045ee16909e2504f8 (patch) | |
tree | ca9e6ef91d9dc9cb5eee0a8387c3417580758dea /app.js | |
parent | f54f5d58a5818e82284ba38e5cb1af4b629ba456 (diff) | |
download | Online-NgSpice-Simulator-912e009e7131f95077026b6045ee16909e2504f8.tar.gz Online-NgSpice-Simulator-912e009e7131f95077026b6045ee16909e2504f8.tar.bz2 Online-NgSpice-Simulator-912e009e7131f95077026b6045ee16909e2504f8.zip |
Replace static with ngStatic
Diffstat (limited to 'app.js')
-rw-r--r-- | app.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); |