Skip to content

Commit 428cdd4

Browse files
committed
updated protectedRoutes
1 parent d72d4e5 commit 428cdd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

middleware.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { clerkMiddleware, createRouteMatcher } from "@clerk/nextjs/server";
22

33
const protectedRoutes = createRouteMatcher([
4-
"/",
4+
"/dashboard",
55
"/upcoming",
66
"/meeting(.*)",
77
"/previous",

0 commit comments

Comments
 (0)