Занятие с Вадимом

This commit is contained in:
Антон
2025-08-26 12:25:38 +03:00
parent 2e9b024d0f
commit 61f96c00bb
3 changed files with 9 additions and 4 deletions
+1
View File
@@ -23,6 +23,7 @@ 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>()}
}
);
-4
View File
@@ -1,7 +1,3 @@
//
// Created by Антон on 25.08.2025.
//
#include "User.h"
namespace uad