Skip to content

Commit

Permalink
fix: middleware
Browse files Browse the repository at this point in the history
  • Loading branch information
gmat224 committed Dec 10, 2024
1 parent 82757b9 commit 5b4ec19
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions api/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@ app.use(
);

// Supertokens middleware.
// app.use(middleware());
// app.use(express.static("public"));
app.use(middleware());
app.use(express.static("public"));

// @Ratchet7x5: INFO: Use JSON parser for all non-webhook routes
// otherwise, webhook and db entries will fail
Expand Down

0 comments on commit 5b4ec19

Please sign in to comment.