UNPKG

@fabrix/spool-cart

Version:

Spool - eCommerce Spool for Fabrix

10 lines (9 loc) 305 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const common_1 = require("@fabrix/fabrix/dist/common"); class ProxyCartController extends common_1.FabrixController { generalStats(req, res) { res.json({}); } } exports.ProxyCartController = ProxyCartController;