UNPKG

medusa-plugin-btcpay

Version:

A plugin to receive for bitcoin payments in medusajss .

7 lines 187 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.GET = GET; async function GET(req, res) { res.sendStatus(200); } //# sourceMappingURL=route.js.map