UNPKG

strapi-plugin-marking-pin-point-image

Version:
16 lines (13 loc) 275 B
"use strict"; module.exports = { async find(ctx) { try { return await strapi .plugin("marking-point-image") .service("Pin") .find(ctx.query) } catch (err) { ctx.throw(500, err) } }, };