Skip to content

Commit

Permalink
chore: add check to public routes
Browse files Browse the repository at this point in the history
  • Loading branch information
JBR90 committed Nov 8, 2024
1 parent 4d995bc commit caf4750
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/nextjs/src/middlewares/auth.middleware.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ const publicRoutes = [
"/api/health",
"/aila/health",
"/api/trpc/main/health.check",
"/api/trpc/main/health.prismaCheck",
"/api/trpc/chat/chat.health.check",
/**
* The inngest route is protected using a signing key
Expand Down

0 comments on commit caf4750

Please sign in to comment.