chatbot-template/middleware.ts

6 lines
101 B
TypeScript
Raw Normal View History

2023-06-16 11:49:14 -04:00
export { auth as middleware } from './auth'
2023-06-22 10:37:35 -07:00
export const config = {
matcher: ['/', '/api/chat']
}