UNPKG

@mas-soft/mas-core-server

Version:

main application

9 lines 258 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const ApiService = require("moleculer-web"); const service = { name: "api", mixins: [ApiService] }; module.exports = service; //# sourceMappingURL=api.service.js.map