node-web-mvc
Version:
node spring mvc
12 lines (11 loc) • 456 B
JavaScript
;
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
exports.MEDIA_TYPE_ALL_LIST = void 0;
const MediaType_1 = __importDefault(require("../MediaType"));
exports.MEDIA_TYPE_ALL_LIST = [MediaType_1.default.ALL];
class ContentNegotiationStrategy {
}
exports.default = ContentNegotiationStrategy;