mirror of https://github.com/abpframework/abp.git
1 changed files with 0 additions and 7 deletions
@ -1,7 +0,0 @@ |
|||
import api from './API'; |
|||
|
|||
export function getErrorRateStatistics(params = {}) { |
|||
return api |
|||
.get('/api/audit-logging/audit-logs/statistics/error-rate', { params }) |
|||
.then(({ data }) => data); |
|||
} |
|||
Loading…
Reference in new issue