Добавление ДАО для использования в новом маршруте

This commit is contained in:
2026-01-06 09:52:30 +03:00
parent 8df55238be
commit 28a2f526bf
2 changed files with 14 additions and 3 deletions
+1 -1
View File
@@ -84,7 +84,7 @@ public:
typename RouteController::HTTPMethodsToExecutors{
{
boost::beast::http::verb::get,
std::make_shared<RouteUserGetMedicationsExecutor>()
std::make_shared<RouteUserGetMedicationsExecutor>(session_, auth_dao_, medications_dao_)
}
}
);