Added GET and POST routes.

This commit is contained in:
Daniel
2023-02-09 00:41:33 +03:30
parent e5ed2ec5db
commit 0bf1ec0d2a
12 changed files with 198 additions and 36 deletions
+1 -1
View File
@@ -1,3 +1,3 @@
export { default } from "next-auth/middleware";
export const config = { matcher: ["/"] };
export const config = { matcher: ["/", "/dashboard"] };