Advertisement
Guest User

Untitled

a guest
Dec 20th, 2014
164
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. // Setting the app router and static folder
  2. app.use('/app/views/landing', express.static(path.resolve('./app/views/landing')));
  3. app.use(express.static(path.resolve('./public')));
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement