UNPKG

strapi-google-analytics-dashboard

Version:

A plug-and-play Google Analytics 4 dashboard for Strapi 5.x. No code required — just install, configure your credentials, and instantly start tracking GA metrics directly in your admin panel.

15 lines (14 loc) 282 B
declare const routes: { 'content-api': { type: string; routes: { method: string; path: string; handler: string; config: { auth: boolean; }; }[]; }; }; export default routes;