We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81f9980 commit 9a091c5Copy full SHA for 9a091c5
middleware.ts
@@ -4,7 +4,7 @@ import { authMiddleware } from "@clerk/nextjs";
4
// Please edit this to allow other routes to be public as needed.
5
// See https://clerk.com/docs/references/nextjs/auth-middleware for more information about configuring your middleware
6
export default authMiddleware({
7
- publicRoutes: ["/api/uploadthing"],
+ publicRoutes: ["/api/uploadthing", "/api/socket/io"],
8
});
9
10
export const config = {
0 commit comments