added matcher

This commit is contained in:
2025-10-31 18:36:47 -06:00
parent 5c3c3d1e5d
commit 5cc24d9ad1
+1 -1
View File
@@ -13,6 +13,6 @@ export function middleware(request: NextRequest) {
}
export const config = {
matcher: [],
matcher: ["/AgregarEquipo", "/Escaner"],
};
//IO