Update src/api/controller/RootController.hpp

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Snider 2025-10-09 23:46:58 +01:00 committed by GitHub
parent bac3c459d2
commit 4cfc57b1f1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -20,7 +20,6 @@ public:
{}
public:
// oatpp::web::server::api::Endpoints(m_infoController, "/info");
ENDPOINT("GET", "/hello", root) {
auto dto = MyDto::createShared();