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 Dec 18, 2023
1 parent 16eaa6b commit e578e69
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 @@ -240,7 +240,7 @@ find / -name 'liboatpp.a' 2>/dev/null

**Create a simple API for rolling a dice:**

Our application should do the following:
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>.
Expand Down

0 comments on commit e578e69

Please sign in to comment.