LiveGobe

Results 1 comments of LiveGobe

This one works perfectly fine ```js app.set("views", __dirname + "\\views"); ``` The problem is when comparing module path with `"views"` path set in `app.set()`, the module path is always with...