Skip to content

Commit

Permalink
feat: everything done in the teams setting section
Browse files Browse the repository at this point in the history
  • Loading branch information
Ebubeker committed Jul 21, 2023
1 parent d799973 commit d0b2af5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/client-v2/apps/goat/middleware.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ export default withAuth(
}
);

export const config = { matcher: [] };
export const config = { matcher: ["/home", "/content", "/help", "/settings"] };

0 comments on commit d0b2af5

Please sign in to comment.