Skip to content

Commit

Permalink
fix(test): fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
luke-h1 committed Aug 4, 2024
1 parent d5da9a2 commit 03f3ff0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,9 @@ class CreateServer {
// global 404
this.handleNotFound();

// head
this.handleHead();

// global error handler
this.app.use(errorHandler);

Expand Down

0 comments on commit 03f3ff0

Please sign in to comment.