new structure

This commit is contained in:
2025-10-27 17:42:41 -06:00
parent d7bd1924fb
commit 0d4225e244
6 changed files with 13 additions and 9 deletions
+1 -1
View File
@@ -13,6 +13,6 @@ export function middleware(request: NextRequest) {
}
export const config = {
matcher: ["/AgregarEquipo"],
matcher: ["/AgregarEquipo", "Escaner"],
};
//IO