new view is create Periodo

This commit is contained in:
2026-02-25 20:22:19 -05:00
parent 9315bdcb22
commit 6b687a8be2
2 changed files with 41 additions and 0 deletions
+2
View File
@@ -41,6 +41,7 @@ export async function proxy(request: NextRequest) {
"/AsignacionEquipo",
"/Monitor",
"/ActivosMantenimiento",
"/Periodo",
];
if (role === 5 && !onlyImpresiones.includes(pathname)) {
@@ -66,6 +67,7 @@ export const config = {
matcher: [
"/",
"/Reportes",
"/Periodo",
"/Monitor",
"/QuitarSancion",
"/Programas",