Basic request log working

This commit is contained in:
Owen
2025-10-22 12:23:48 -07:00
parent fdd4d5244f
commit f748c5dbe4
16 changed files with 793 additions and 52 deletions

View File

@@ -34,12 +34,12 @@ export default async function GeneralSettingsPage({
const navItems = [
{
title: t("action"),
href: `/{orgId}/settings/logs/action`
},
{
title: t("request"),
href: `/{orgId}/settings/logs/request`
},
{
title: t("action"),
href: `/{orgId}/settings/logs/action`
}
];