function UserPage

This commit is contained in:
2026-03-04 13:55:55 -05:00
parent 7155f8c7b1
commit 4f2ef1dd6e
3 changed files with 194 additions and 0 deletions
+2
View File
@@ -42,6 +42,7 @@ export async function proxy(request: NextRequest) {
"/Monitor",
"/ActivosMantenimiento",
"/Periodo",
"/Usuarios",
];
if (role === 5 && !onlyImpresiones.includes(pathname)) {
@@ -67,6 +68,7 @@ export const config = {
matcher: [
"/",
"/Reportes",
"/Usuarios",
"/Periodo",
"/Monitor",
"/QuitarSancion",