chatbot-template/middleware.ts

8 lines
169 B
TypeScript
Raw Normal View History

2023-06-13 17:31:15 -04:00
import { authMiddleware } from '@clerk/nextjs'
export default authMiddleware()
export const config = {
matcher: ['/((?!.*\\..*|_next).*)', '/', '/(api|trpc)(.*)']
}