We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4e41184 + 00f00d9 commit d0371e5Copy full SHA for d0371e5
src/AppComponent.hpp
@@ -33,7 +33,7 @@ class AppComponent {
33
DatabaseComponent databaseComponent;
34
35
/**
36
- * Create ObjectMapper component to serialize/deserialize DTOs in Contoller's API
+ * Create ObjectMapper component to serialize/deserialize DTOs in Controller's API
37
*/
38
OATPP_CREATE_COMPONENT(std::shared_ptr<oatpp::data::mapping::ObjectMapper>, apiObjectMapper)([] {
39
auto objectMapper = oatpp::parser::json::mapping::ObjectMapper::createShared();
0 commit comments