opcotech/elemo

View on GitHub
web/middleware.ts

Summary

Maintainability
A
0 mins
Test Coverage
export { default } from 'next-auth/middleware';

export const config = {
  matcher: ['/((?!auth|api).*)']
};