UNPKG

strapi-plugin-logz

Version:

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

23 lines (22 loc) 442 B
declare const _default: { admin: { type: string; routes: { method: string; path: string; handler: string; config: { auth: boolean; }; }[]; }; "content-api": { type: string; routes: { method: string; path: string; handler: string; }[]; }; }; export default _default;