UNPKG

strapi-plugin-cdn-prefix

Version:
11 lines (9 loc) 181 B
'use strict'; module.exports = ({ strapi }) => ({ index(ctx) { ctx.body = strapi .plugin('cdn-prefix') .service('myService') .getWelcomeMessage(); }, });