change ejs path : suseendhiran
This commit is contained in:
parent
69053d6d15
commit
5134b8ac6a
@ -3,7 +3,8 @@ const express = require('express')
|
||||
const path = require('path');
|
||||
const app = express()
|
||||
|
||||
app.set('views', path.join(__dirname, 'app\\views'));
|
||||
// app.set('views', path.join(__dirname, 'app\\views'));
|
||||
app.set('views', path.join(__dirname, 'app/views'));
|
||||
app.set('view engine', 'ejs');
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user