Рабочая сборка второго executor'а

This commit is contained in:
Антон
2025-09-19 10:10:25 +03:00
parent 3a5176785e
commit 0214deb688
-1
View File
@@ -37,7 +37,6 @@ public:
std::shared_ptr<IUserDAO> user_dao,
std::shared_ptr<IAuthDAO> auth_dao) :
session_(session), user_dao_(user_dao), auth_dao_(auth_dao)
{
routes_pathes_["/api/v1/Auth/Register"] = std::make_unique<RouteController>(
typename RouteController::HTTPMethodsToExecutors{