Skip to content

Commit

Permalink
Merge pull request telefonicaid#4450 from Pradyumn-NEC/cookbook_modif…
Browse files Browse the repository at this point in the history
…ied_3506

Cookbook: The section "Adding a REST service" is updated
  • Loading branch information
fgalan authored Dec 14, 2023
2 parents f6a1c07 + 970c96c commit 42ef554
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions doc/manuals/devel/cookbook.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,7 @@ typedef struct RestService
{
RequestType request; // The type of the request
int components; // Number of components in the URL path
std::string compV[10]; // Vector of URL path components. E.g. { "v2", "entities" }
std::string payloadWord; // No longer used, should be removed ... ?
std::string compV[10]; // Vector of URL path components. E.g. { "v2", "entities" }
RestTreat treat; // service function pointer
} RestService;
```
Expand Down

0 comments on commit 42ef554

Please sign in to comment.