generated from Sithas/conan_template
Занятие с Вадимом
This commit is contained in:
@@ -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>()}
|
||||
}
|
||||
);
|
||||
|
||||
@@ -1,7 +1,3 @@
|
||||
//
|
||||
// Created by Антон on 25.08.2025.
|
||||
//
|
||||
|
||||
#include "User.h"
|
||||
|
||||
namespace uad
|
||||
|
||||
Reference in New Issue
Block a user