mirror of
https://github.com/LucasVbr/meeting-app.git
synced 2026-05-16 17:21:54 +00:00
refactor(userProfile -> profile): refactor userProfile to profile (page + folder)
This commit is contained in:
+3
-8
@@ -1,10 +1,5 @@
|
||||
export {default} from 'next-auth/middleware';
|
||||
export { default } from "next-auth/middleware";
|
||||
|
||||
export const config = {
|
||||
matcher: [
|
||||
'/dashboard',
|
||||
'/userProfile',
|
||||
'/chat',
|
||||
'/chat/:path*',
|
||||
],
|
||||
};
|
||||
matcher: ["/dashboard", "/profile", "/chat", "/chat/:path*"],
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user