Skip to content

Commit

Permalink
[fix] 비로그인 시 액션 막는 것 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
zestlee1106 committed Dec 26, 2023
1 parent 52c8715 commit 8bc31bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion middleware.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// eslint-disable-next-line no-restricted-exports
export { default } from 'next-auth/middleware';

export const config = { matcher: ['/room/add/:path*', '/userInfo'] };
export const config = { matcher: ['/room/add/:path*', '/userInfo', '/liked', '/notice'] };

0 comments on commit 8bc31bd

Please sign in to comment.