Рабочая сборка с третьей ручкой

This commit is contained in:
Антон
2025-09-27 12:06:12 +03:00
parent 353ff528a8
commit d4c01cd70c
2 changed files with 10 additions and 29 deletions
+1 -1
View File
@@ -60,7 +60,7 @@ public:
routes_pathes_["/api/v1/Auth/Logout"] = std::make_unique<RouteController>(
typename RouteController::HTTPMethodsToExecutors{
{boost::beast::http::verb::post,
std::make_shared<RouteAuthLogoutExecutor>(session_, user_dao_, auth_dao_)}
std::make_shared<RouteAuthLogoutExecutor>(session_, auth_dao_)}
}
);
}