UNPKG

strapi-plugin-media-prefix

Version:

Prepend media urls (images, files, audios, ) with your public url/media prefix on both Admin Panel and API's just in response without changing the relative path in database

8 lines (6 loc) 118 B
import bootstrap from './bootstrap'; import services from './services'; export default { bootstrap, services, };