added new route to rol 2 and 3

This commit is contained in:
2026-02-23 15:00:49 -06:00
parent 6c7c477d6a
commit 1caafbc597
2 changed files with 15 additions and 0 deletions
+1
View File
@@ -40,6 +40,7 @@ export async function proxy(request: NextRequest) {
"/AsignacionMesas",
"/AsignacionEquipo",
"/Monitor",
"/ActivosMantenimiento",
];
if (role === 5 && !onlyImpresiones.includes(pathname)) {