UNPKG

redis-smq-rest-api

Version:

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

17 lines 593 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.exchanges = void 0; const getExchangesController_js_1 = require("../../../controllers/exchanges/getExchangesController.js"); const index_js_1 = require("../../../lib/controller/types/index.js"); exports.exchanges = { path: 'exchanges', tags: ['Exchanges'], resource: [ { handler: getExchangesController_js_1.getExchangesController, method: index_js_1.EControllerRequestMethod.GET, payload: [], }, ], }; //# sourceMappingURL=exchanges.js.map