🌍🏝 Checkpoint

./server.js:530995/6
This commit is contained in:
Glitch (hello-express) 2020-04-11 12:34:46 +00:00
parent 80171dd3ce
commit beecb36236
1 changed files with 1 additions and 3 deletions

View File

@ -16,9 +16,7 @@ app.use(Fingerprint({
}));
app.use(bodyParser.json());
app.use(bodyParser.urlencoded({
extended: true
}));
app.use(bodyParser.urlencoded({ extended: true }));
app.engine('handlebars', exphbs());
app.set('view engine', 'handlebars');