Put Diary

This commit is contained in:
2026-01-25 15:08:30 +03:00
parent b3007c1471
commit e4104e9707
7 changed files with 186 additions and 9 deletions
+1
View File
@@ -66,6 +66,7 @@ add_executable(App ./src/main.cpp
src/endpoints_handlers/GetUserTreatmentSchemeExecutor.h
src/endpoints_handlers/GetDiariesExecutor.h
src/endpoints_handlers/PostDiaryExecutor.h
src/endpoints_handlers/PutDiaryExecutor.h
src/DAO/IDiariesDAO.h
src/dtos/diary_dto.h
src/DAO/MySQLDiariesDao.cpp