UNPKG

strapi-plugin-logz

Version:

Automatically capture and record the API calls made to your Strapi application

6 lines (5 loc) 140 B
/** * Middleware used to log api requests */ declare const middleware: (ctx: any, next: any) => Promise<void>; export default middleware;