mirror of
https://github.com/strapi/strapi.git
synced 2025-08-03 22:39:01 +00:00
8 lines
178 B
JavaScript
8 lines
178 B
JavaScript
![]() |
'use strict';
|
||
|
|
||
|
const createAuditLogsService = require('./services/audit-logs');
|
||
|
|
||
|
module.exports = async ({ strapi }) => {
|
||
|
strapi.auditLogs = createAuditLogsService(strapi);
|
||
|
};
|