Added action logs for user api's.

This commit is contained in:
piyushkag
2024-11-22 09:05:21 +05:30
parent 531738f82f
commit dd148c0ebf
18 changed files with 404 additions and 73 deletions

View File

@@ -38,6 +38,6 @@ public class UserActionEntity extends BaseEntity {
private String actionContext;
@Column(name = "RESPONSE")
private Object response;
private String response;
}