master^2
Varun 1 month ago
parent c6a2a3ff2d
commit 9d6ecb638e

@ -65,11 +65,7 @@ module.exports = function (fastify, opts, next) {
},
},
// Body is not needed; keep empty schema or remove `body` entirely
body: {
type: "object",
additionalProperties: false,
properties: {},
},
security: [{ basicAuth: [] }],
},
handler: validationHandler.getSupplierswithoutbooking, // or `exports.getSuppliers` if wired directly

Loading…
Cancel
Save