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

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
big cock committed Aug 20, 2023
2 parents 27b4f9c + 658f855 commit caf2560
Show file tree
Hide file tree
Showing 3 changed files with 3 additions 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
1 change: 1 addition & 0 deletions src/keys.json.example
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
[]
1 change: 1 addition & 0 deletions src/upload-log.json.example
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
[]

0 comments on commit caf2560

Please sign in to comment.