Skip to content

Commit 996921c

Browse files
committed
Update to the latest oatpp API.
1 parent ccb0661 commit 996921c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/dto/HealthDto.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
* Data Transfer Object. Object containing fields only.
1111
* Used in API for serialization/deserialization and validation
1212
*/
13-
class HealthDto : public oatpp::Object {
13+
class HealthDto : public oatpp::DTO {
1414

15-
DTO_INIT(HealthDto, Object)
15+
DTO_INIT(HealthDto, DTO)
1616

1717
DTO_FIELD(String, status);
1818

0 commit comments

Comments
 (0)