UNPKG
@vymalo/medusa-printful
Version:
latest (1.0.10)
1.0.10
1.0.10-rc.6
1.0.10-rc.5
1.0.10-rc.3
1.0.10-rc.2
1.0.10-rc.1
1.0.10-rc.0
1.0.9
1.0.8
1.0.7
1.0.6
1.0.5
1.0.4
1.0.2
1.0.1
1.0.0
Connect your MedusaJS store to Printful
github.com/vymalo/medusajs
vymalo/medusajs
@vymalo/medusa-printful
/
dist
/
api
/
admin
/
printful
/
send_order
/
route.js
10 lines
•
250 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
exports
.
GET
=
void
0
;
const
GET
=
async
(
req, res
) => { res.
json
({
message
:
'[GET] Hello world!'
, }); };
exports
.
GET
=
GET
;
//# sourceMappingURL=route.js.map