Вынесена функция HandleRequest.h

(cherry picked from commit a5542aba7c322dee98a7236b1a5dad70355d179d)
This commit is contained in:
Антон
2025-04-19 12:07:04 +03:00
parent 50d2fad70a
commit 581b104e85
3 changed files with 86 additions and 93 deletions
+2 -1
View File
@@ -15,7 +15,8 @@ find_package(Boost REQUIRED)
add_executable(App ./src/main.cpp
./src/helpers/helpers.h
./src/helpers/helpers.cpp)
./src/helpers/helpers.cpp
./src/endpoints_handlers/HandleRequest.h)
target_link_libraries(App PRIVATE Boost::boost)