mirror of
https://github.com/Dokploy/dokploy
synced 2025-06-26 18:27:59 +00:00
feat: add server audit
This commit is contained in:
@@ -181,7 +181,6 @@ export const serverRouter = createTRPCRouter({
|
||||
});
|
||||
}
|
||||
const response = await serverAudit(input.serverId);
|
||||
console.log(response);
|
||||
return response as unknown as {
|
||||
ufw: {
|
||||
installed: boolean;
|
||||
|
||||
Reference in New Issue
Block a user