690319:2254 Update Backend & Frontend dep. #02
Build and Deploy / deploy (push) Failing after 11m29s

This commit is contained in:
2026-03-19 22:54:49 +07:00
parent 1e6735978d
commit 29b5b42f78
21 changed files with 710 additions and 196 deletions
@@ -0,0 +1,8 @@
'use client';
import { redirect } from 'next/navigation';
export default function AuditLogsPage() {
// Redirect to the correct audit-logs location
redirect('/admin/monitoring/audit-logs');
}