Added GET and POST routes.
This commit is contained in:
+1
-1
@@ -1,3 +1,3 @@
|
||||
export { default } from "next-auth/middleware";
|
||||
|
||||
export const config = { matcher: ["/"] };
|
||||
export const config = { matcher: ["/", "/dashboard"] };
|
||||
|
||||
Reference in New Issue
Block a user