PHP WebShell

Текущая директория: /opt/bitgo-express-withdraw/node_modules/http-proxy-middleware/dist

Просмотр файла: configuration.js

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.verifyConfig = verifyConfig;
const errors_1 = require("./errors");
function verifyConfig(options) {
    if (!options.target && !options.router) {
        throw new Error(errors_1.ERRORS.ERR_CONFIG_FACTORY_TARGET_MISSING);
    }
}

Выполнить команду


Для локальной разработки. Не используйте в интернете!