fix: bug documentation
This commit is contained in:
@@ -36,6 +36,9 @@ export const router = new Elysia({
|
||||
}, {
|
||||
body: createMerchantBody,
|
||||
response: createMerchantResponseSchema,
|
||||
detail: {
|
||||
security: [{ basicAuth: [] }],
|
||||
},
|
||||
})
|
||||
|
||||
export default router
|
||||
|
||||
Reference in New Issue
Block a user