File tree 3 files changed +2
-2
lines changed 3 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ option(ENABLE_XML "enable the xml example with tinyxml2" ON)
31
31
option (ENABLE_TESTING "Enable testing" OFF )
32
32
option (ENABLE_SANITIZE "Add sanitizer flags" OFF )
33
33
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 )
35
35
36
36
37
37
add_executable (pointers src/pointers/pointers.cpp)
Original file line number Diff line number Diff line change @@ -317,7 +317,7 @@ This change ensures that VSCode uses the "Ninja Multi-Config" generator by defau
317
317
* [ XML] ( docs/tinyxml2.md )
318
318
319
319
## [ 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 )
321
321
* [ mock APIs with Mockoon] ( docs/mockoon.md )
322
322
* [ gRPC Microservice] ( docs/gRPC_microservice.md )
323
323
* [ REST API with Crow] ( docs/REST_API_with_crow.md )
File renamed without changes.
You can’t perform that action at this time.
0 commit comments