Skip to content

Commit 519744d

Browse files
committed
brken link fixed+ rest disabled for now
1 parent 9d406ee commit 519744d

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ option(ENABLE_XML "enable the xml example with tinyxml2" ON)
3131
option(ENABLE_TESTING "Enable testing" OFF)
3232
option(ENABLE_SANITIZE "Add sanitizer flags" OFF)
3333
option(ENABLE_SPDLOG "Add spdlog for logging" ON)
34-
option(ENABLE_CPP_REST_SDK "Add CppRestSDK for microservices" ON)
34+
option(ENABLE_CPP_REST_SDK "Add CppRestSDK for microservices" OFF)
3535

3636

3737
add_executable(pointers src/pointers/pointers.cpp)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@ This change ensures that VSCode uses the "Ninja Multi-Config" generator by defau
317317
* [XML](docs/tinyxml2.md)
318318

319319
## [REST API and Microservices with C++](#)
320-
* [Monolithic Architecture vs REST API and Microservices](docs/REST_API _microservices.md)
320+
* [Monolithic Architecture vs REST API and Microservices](docs/REST_API_microservices.md)
321321
* [mock APIs with Mockoon](docs/mockoon.md)
322322
* [gRPC Microservice](docs/gRPC_microservice.md)
323323
* [REST API with Crow](docs/REST_API_with_crow.md)
File renamed without changes.

0 commit comments

Comments
 (0)