chatbot-template/middleware.ts
2023-06-16 13:30:27 -04:00

5 lines
88 B
TypeScript

export { auth as middleware } from './auth'
export const config = {
matcher: ['/']
}