redis-smq-rest-api
Version:
REST API for RedisSMQ: OpenAPI 3 schema and Swagger UI for managing queues, messages, and consumers.
17 lines • 626 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.configuration = void 0;
const index_js_1 = require("../../../lib/controller/types/index.js");
const getConfigurationController_js_1 = require("../../../controllers/configuration/getConfigurationController.js");
exports.configuration = {
path: 'config',
tags: ['Configuration'],
resource: [
{
handler: getConfigurationController_js_1.getConfigurationController,
method: index_js_1.EControllerRequestMethod.GET,
payload: [],
},
],
};
//# sourceMappingURL=configuration.js.map