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
12 lines (11 loc) • 429 B
JavaScript
;
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
const bootstrap_1 = __importDefault(require("./bootstrap"));
const services_1 = __importDefault(require("./services"));
exports.default = {
bootstrap: bootstrap_1.default,
services: services_1.default,
};