wall context
This commit is contained in:
parent
d65c737a6e
commit
f0782b0472
8 changed files with 33 additions and 11 deletions
1
index.js
1
index.js
|
@ -4,7 +4,6 @@ import { doInit } from "./routes/init.js";
|
|||
const app = express()
|
||||
const port = 3000;
|
||||
|
||||
app.use(express.static('public'));
|
||||
app.set('view engine', 'ejs');
|
||||
app.enable('view cache');
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue