issues
search
dfleury2
/
beauty
A Simple C++ Http server/client above Boost.Beast
MIT License
188
stars
23
forks
source link
Fix wrong json generation in enable_swagger
#35
Closed
ZhangXichu
closed
3 months ago
ZhangXichu
commented
3 months ago
Fixed issue: in the function
enable_swagger()
, the descriptions of the parameters were set incorrectly in the resulting json for Swagger UI.
An example of using beauty server with
enable_swagger()
is added.
dfleury2
commented
3 months ago
Thanks
enable_swagger()
, the descriptions of the parameters were set incorrectly in the resulting json for Swagger UI.enable_swagger()
is added.