chatbot-template/middleware.ts
2023-06-22 10:37:35 -07:00

5 lines
101 B
TypeScript

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