мелкие правки

This commit is contained in:
Антон
2025-10-04 09:54:55 +03:00
parent 2b5e601387
commit 5346bb2849
13 changed files with 51 additions and 158 deletions
+2 -6
View File
@@ -48,12 +48,8 @@ add_executable(App ./src/main.cpp
./src/DAO/MemoryAuthDAO.cpp
./src/DAO/MemoryAuthDAO.h
./src/endpoints_handlers/AuthLogoutExecutor.h
./src/exceptions/exception400_bad_request.cpp
./src/exceptions/exception400_bad_request.h
./src/exceptions/exception409_conflict.cpp
./src/exceptions/exception409_conflict.h
./src/exceptions/exception422_unprocessable_entity.cpp
./src/exceptions/exception422_unprocessable_entity.h
./src/exceptions/session_exception.cpp
./src/exceptions/session_exception.h
)
target_link_libraries(App PRIVATE Boost::boost Boost::json Threads::Threads mysql::concpp)