We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fef2a0 commit 29aba92Copy full SHA for 29aba92
1 file changed
middleware.ts
@@ -95,10 +95,16 @@ export default authMiddleware({
95
'/roadmaps/open-source-licenses',
96
'/roadmaps/overview-of-documentation',
97
'/roadmaps/legal-and-ethical-considerations',
98
- '/roadmaps/open-source-terminology'
+ '/roadmaps/open-source-terminology',
99
+ '/api/repo-stats',
100
+ '/api/topThreeUsers',
101
+ '/api/closedPullRequests',
102
+ '/api/getStoredPullRequests',
103
+ '/api/topUsers'
104
]
105
})
106
107
export const config = {
108
matcher: ['/((?!.+\\.[\\w]+$|_next).*)', '/', '/(api|trpc)(.*)']
109
}
110
+
0 commit comments