react-form-builder-devextreme
Version:
A complete form builder for react. Some changes to design
25 lines (19 loc) • 788 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports["default"] = void 0;
/**
=========================================================
* Material Dashboard 2 PRO React - v2.0.0
=========================================================
* Product Page: https://www.qararplus.com/product/material-dashboard-pro-react
* Copyright 2021 Qarar +(https://www.qararplus.com)
Coded by www.qararplus.com
=========================================================
* The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
*/
var CONFIG = {
STRAPI_URL: "".concat(process.env.REACT_APP_BACKEND_URL, "/api") || 'http://54.188.136.26:9902/api'
};
var _default = exports["default"] = CONFIG;