UNPKG

redis-smq-rest-api

Version:

REST API for RedisSMQ: OpenAPI 3 schema and Swagger UI for managing queues, messages, and consumers.

9 lines 244 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.api = void 0; const index_js_1 = require("./v1/index.js"); exports.api = { path: 'api', resource: [index_js_1.v1], }; //# sourceMappingURL=index.js.map