generated from Sithas/conan_template
Удаление лишнего коммента
This commit is contained in:
@@ -28,7 +28,6 @@ public:
|
|||||||
{
|
{
|
||||||
routes_pathes_["/api/v1/Auth/Register"] = std::make_unique<RouteController>(
|
routes_pathes_["/api/v1/Auth/Register"] = std::make_unique<RouteController>(
|
||||||
typename RouteController::HTTPMethodsToExecutors{
|
typename RouteController::HTTPMethodsToExecutors{
|
||||||
// not implemented, если не найдено
|
|
||||||
{boost::beast::http::verb::post, std::make_shared<RouteAuthRegistrationExecutor>()}
|
{boost::beast::http::verb::post, std::make_shared<RouteAuthRegistrationExecutor>()}
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user