Skip to content

Commit

Permalink
chore: add expired exports cron job to public routes (#358)
Browse files Browse the repository at this point in the history
  • Loading branch information
JBR90 authored Nov 11, 2024
1 parent dd5bf71 commit 4c346d0
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 @@ -23,6 +23,7 @@ const publicRoutes = [
"/aila/health",
"/api/trpc/main/health.check",
"/api/trpc/chat/chat.health.check",
"/api/cron-jobs/expired-exports",
/**
* The inngest route is protected using a signing key
* @see https://www.inngest.com/docs/faq#my-app-s-serve-endpoint-requires-authentication-what-should-i-do
Expand Down

0 comments on commit 4c346d0

Please sign in to comment.