added matcher

This commit is contained in:
2025-10-31 19:03:01 -06:00
parent a06d826ca8
commit 9e80880ed3
+1 -1
View File
@@ -13,6 +13,6 @@ export function middleware(request: NextRequest) {
} }
export const config = { export const config = {
matcher: [], matcher: ["/AgregarEquipo", "/Escaner"],
}; };
//IO //IO