cl
2026-04-21 c55a86895cabc3e91c2e7aa4eab099a7287e0ae6
1
2
3
4
5
6
7
8
import HttpAuditLogList from "./HttpAuditLogList";
import HttpAuditLogShow from "./HttpAuditLogShow";
 
export default {
    list: HttpAuditLogList,
    show: HttpAuditLogShow,
    recordRepresentation: (record) => `${record.uri || record.id}`,
};