Удаление лишнего коммента

This commit is contained in:
Антон
2025-08-27 09:06:19 +03:00
parent ca18bb9464
commit e27e908ff7
-1
View File
@@ -28,7 +28,6 @@ public:
{
routes_pathes_["/api/v1/Auth/Register"] = std::make_unique<RouteController>(
typename RouteController::HTTPMethodsToExecutors{
// not implemented, если не найдено
{boost::beast::http::verb::post, std::make_shared<RouteAuthRegistrationExecutor>()}
}
);