UNPKG

@lvdniet/strapi-plugin-vercel-deploy

Version:
8 lines (6 loc) 138 B
"use strict"; module.exports = { getConfig(ctx) { ctx.body = strapi.plugin("vercel-deploy").service("config").getConfig(); }, };