Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: added audit and change history endpoints.
- /api/audit: to get all the audit logs - /api/audit/:audit_id: to get the audit by its id - /api/audit/:audit_id/changes: to get all the change log of a particular audit - /api/audit/:audit_id/changes/:id: to get change of a particular change log Signed-off-by: Kavya Shukla <kavyuushukla59@gmail.com>
- Loading branch information