You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

53 line
1.5 KiB

  1. (function() {
  2. var exports = {};
  3. exports.id = 4504;
  4. exports.ids = [4504];
  5. exports.modules = {
  6. /***/ 4518:
  7. /***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
  8. "use strict";
  9. __webpack_require__.r(__webpack_exports__);
  10. /* harmony export */ __webpack_require__.d(__webpack_exports__, {
  11. /* harmony export */ "default": function() { return /* binding */ handler; }
  12. /* harmony export */ });
  13. /* harmony import */ var api_transaction_transaction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(2847);
  14. /* harmony import */ var api_transaction_transaction__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(api_transaction_transaction__WEBPACK_IMPORTED_MODULE_0__);
  15. async function handler(req, resp) {
  16. var input = req.body;
  17. var res = await api_transaction_transaction__WEBPACK_IMPORTED_MODULE_0___default().newTransactionHonda(input);
  18. console.log(input);
  19. resp.status(200).json(res);
  20. }
  21. /***/ }),
  22. /***/ 8074:
  23. /***/ (function(module) {
  24. "use strict";
  25. module.exports = require("@apollo/client");;
  26. /***/ }),
  27. /***/ 1683:
  28. /***/ (function(module) {
  29. "use strict";
  30. module.exports = require("cross-fetch");;
  31. /***/ })
  32. };
  33. ;
  34. // load runtime
  35. var __webpack_require__ = require("../../../webpack-runtime.js");
  36. __webpack_require__.C(exports);
  37. var __webpack_exec__ = function(moduleId) { return __webpack_require__(__webpack_require__.s = moduleId); }
  38. var __webpack_exports__ = __webpack_require__.X(0, [6371,2847], function() { return __webpack_exec__(4518); });
  39. module.exports = __webpack_exports__;
  40. })();