UNPKG

@blessmesanta/strapi-google-maps

Version:

A Google Maps custom field for Strapi, allowing you to pick a location.

29 lines (28 loc) 694 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = [ { method: 'GET', path: '/config', handler: 'config.index', config: { policies: ['admin::isAuthenticatedAdmin'], }, }, { method: 'PUT', path: '/config', handler: 'config.update', config: { policies: [ 'admin::isAuthenticatedAdmin', { name: 'admin::hasPermissions', config: { actions: ['plugin::google-maps.config'], }, }, ], }, }, ];