stripe added to middleware

This commit is contained in:
Sanidhya Kumar Verma
2024-03-22 06:06:28 +00:00
parent eed1484dd5
commit 1ed2fd8609

View File

@ -1,7 +1,7 @@
import { authMiddleware } from "@clerk/nextjs";
export default authMiddleware({
publicRoutes: ["/"],
publicRoutes: ["/", "/api/webhooks/stripe"],
});
export const config = {