This commit is contained in:
payacom
2026-07-07 15:03:19 +03:30
parent 378cf86fa6
commit 41b380452f

View File

@@ -20,7 +20,8 @@ export function middleware(req: NextRequest) {
return NextResponse.next();
}
//
export const config = {
matcher: ["/settings/:path*"],
};