update bearer

This commit is contained in:
2024-11-30 15:53:56 +07:00
parent 8749abb4c6
commit 2b9c663fb0

View File

@ -27,6 +27,15 @@ const doc = {
$status: "Y",
},
},
parameters: {
},
securitySchemes: {
bearerAuth: {
type: 'http',
scheme: 'bearer'
}
}
}
};