Your IP : 216.73.216.97


Current Path : /var/www/clients/client3/web2/web/lib/web/mage/app/
Upload File :
Current File : /var/www/clients/client3/web2/web/lib/web/mage/app/config.js

/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */

/**
 * @deprecated since version 2.2.0
 */
/* eslint-disable strict */
define([], function () {
    return {
        /**
         * Get base url.
         */
        getBaseUrl: function () {
            return this.values.baseUrl;
        },

        /**
         * Get form key.
         */
        getFormKey: function () {
            return this.values.formKey;
        }
    };
});