Added audit logging. Added admin view for audit log

This commit is contained in:
Marcel Baumgartner
2023-03-06 02:21:23 +01:00
parent d7b10aa224
commit 62cd63f56b
39 changed files with 2754 additions and 153 deletions

View File

@@ -6,6 +6,6 @@ public class MessageService : MessageSender
{
public MessageService()
{
Debug = true;
Debug = false;
}
}