Skip to content

Commit

Permalink
Update content/en/docs/instrumentation/cpp/getting-started.md
Browse files Browse the repository at this point in the history
Co-authored-by: Severin Neumann <[email protected]>
  • Loading branch information
Akhaled19 and svrnm authored Feb 1, 2024
1 parent 062b00b commit 1158b10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/en/docs/instrumentation/cpp/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ target_link_libraries(dice-server PRIVATE ${OATPP_LIB})
Next, the sample HTTP server source code is needed. It will do the following:
* Initialize an HTTP router and set up a request handler to generate a random number as the response when a GET request is made to the `/rolldice` endpoint.
* Next, create a connection handler, a connection provider, and start the server on <localhost:8000>.
* Next, create a connection handler, a connection provider, and start the server on <localhost:8080>.
* Lastly, initialize and run the application within the main function.
In that `roll-dice` folder, create a file called `main.cpp` and add the following code to the file.
Expand Down

0 comments on commit 1158b10

Please sign in to comment.