ZRColaWS: Cleanup
Signed-off-by: Simon Rozman <simon@rozman.si>
This commit is contained in:
parent
2de62b1636
commit
cb324389e4
@ -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")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user