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
10 lines (9 loc) • 348 B
JavaScript
;
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
const mediaService_1 = __importDefault(require("./mediaService"));
exports.default = {
mediaService: mediaService_1.default,
};