Skip to content
This repository has been archived by the owner on Aug 26, 2023. It is now read-only.

Commit

Permalink
Update index.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
xfy777 committed Aug 20, 2023
1 parent b7fdb6b commit 658f855
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ app.use(bodyParser.json());
app.use(bodyParser.urlencoded({ extended: true }));
app.use(fileUpload({ createParentPath: true }));
app.disable("x-powered-by");

app.set("views", "pages");
app.set("view engine", "ejs");

Expand Down

0 comments on commit 658f855

Please sign in to comment.