chatbot-template/middleware.ts

6 lines
88 B
TypeScript
Raw Normal View History

2023-06-16 11:49:14 -04:00
export { auth as middleware } from './auth'
2023-06-16 13:30:27 -04:00
export const config = {
matcher: ['/']
}