added mathcher

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