@viyet/magento-client
Version:
Sotheby's Home Custom Magento API Client
9 lines • 318 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const config = {
MAGENTO_API_BASE_URL: "https://sothebyshome.com/",
MAGENTO_API_AUTH_IS_LOGGED_IN_URL: "viyetcustomer/data/basic",
MAGENTO_API_AUTH_URL: "auth/index/"
};
exports.default = config;
//# sourceMappingURL=index.js.map