mirror of
https://github.com/sanidhyy/duolingo-clone.git
synced 2025-05-17 13:55:52 +08:00
stripe added to middleware
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
import { authMiddleware } from "@clerk/nextjs";
|
||||
|
||||
export default authMiddleware({
|
||||
publicRoutes: ["/"],
|
||||
publicRoutes: ["/", "/api/webhooks/stripe"],
|
||||
});
|
||||
|
||||
export const config = {
|
||||
|
Reference in New Issue
Block a user