feat: attempt to fix the crud with auth
This commit is contained in:
@@ -1,7 +0,0 @@
|
||||
import { withMiddlewareAuthRequired } from '@auth0/nextjs-auth0/edge';
|
||||
|
||||
export default withMiddlewareAuthRequired();
|
||||
|
||||
export const config = {
|
||||
matcher: ['/api/protected/:path*', '/module/:path*', '/user']
|
||||
};
|
||||
Reference in New Issue
Block a user