ZRColaWS: Cleanup

Signed-off-by: Simon Rozman <simon@rozman.si>
This commit is contained in:
Simon Rozman 2022-12-14 15:09:40 +01:00
parent 2de62b1636
commit cb324389e4

View File

@ -47,7 +47,7 @@ public:
return oatpp::network::Server::createShared(connectionProvider, connectionHandler); return oatpp::network::Server::createShared(connectionProvider, connectionHandler);
}()); }());
OATPP_CREATE_COMPONENT(std::shared_ptr<oatpp::swagger::DocumentInfo>, swaggerDocumentInfo)([this] { OATPP_CREATE_COMPONENT(std::shared_ptr<oatpp::swagger::DocumentInfo>, swaggerDocumentInfo)([] {
oatpp::swagger::DocumentInfo::Builder builder; oatpp::swagger::DocumentInfo::Builder builder;
builder builder
.setTitle("ZRCola Web Service") .setTitle("ZRCola Web Service")