notum-cz / strapi-plugin-location

This plugin allows users to create location inputs and store latitude and longitude values as geometry types in a PostGIS database. It also provides functionality to filter items based on their location.
MIT License
26 stars 13 forks source link

fix: allow custom api prefix #39

Closed omikulcik closed 1 year ago

omikulcik commented 1 year ago

Strapi allows you to use custom api prefix instead of "/api". When this is done the plugin does not work anymore. This PR fixes it.