|
- (function() {
- var exports = {};
- exports.id = 3936;
- exports.ids = [3936];
- exports.modules = {
-
- /***/ 8466:
- /***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
-
- "use strict";
- __webpack_require__.r(__webpack_exports__);
- /* harmony export */ __webpack_require__.d(__webpack_exports__, {
- /* harmony export */ "default": function() { return /* binding */ handler; }
- /* harmony export */ });
- /* harmony import */ var _api_transaction_transaction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(2847);
- /* harmony import */ var _api_transaction_transaction__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_api_transaction_transaction__WEBPACK_IMPORTED_MODULE_0__);
-
- async function handler(req, resp) {
- var input = req.body;
- var res = await _api_transaction_transaction__WEBPACK_IMPORTED_MODULE_0___default().AddToCart(input);
- resp.status(200).json(res);
- }
-
- /***/ }),
-
- /***/ 8074:
- /***/ (function(module) {
-
- "use strict";
- module.exports = require("@apollo/client");;
-
- /***/ }),
-
- /***/ 1683:
- /***/ (function(module) {
-
- "use strict";
- module.exports = require("cross-fetch");;
-
- /***/ })
-
- };
- ;
-
- // load runtime
- var __webpack_require__ = require("../../../webpack-runtime.js");
- __webpack_require__.C(exports);
- var __webpack_exec__ = function(moduleId) { return __webpack_require__(__webpack_require__.s = moduleId); }
- var __webpack_exports__ = __webpack_require__.X(0, [6371,2847], function() { return __webpack_exec__(8466); });
- module.exports = __webpack_exports__;
-
- })();
|