Разработка ручки для GetAllMedications

This commit is contained in:
2026-01-07 10:48:13 +03:00
parent 28a2f526bf
commit f06d22febf
2 changed files with 18 additions and 1 deletions
+1 -1
View File
@@ -80,7 +80,7 @@ public:
}
);
routes_pathes_["api/v1/User/Medications"] = std::make_unique<RouteController>(
routes_pathes_["/api/v1/User/Medications"] = std::make_unique<RouteController>(
typename RouteController::HTTPMethodsToExecutors{
{
boost::beast::http::verb::get,