UNPKG

exportss

Version:

Strapi Plugin For Export Lead Data

11 lines (9 loc) 188 B
"use strict"; module.exports = ({ strapi }) => ({ index(ctx) { ctx.body = strapi .plugin("sitemap") .service("myService") .getWelcomeMessage(); }, });