Skip to content
This repository has been archived by the owner on Sep 19, 2024. It is now read-only.

Commit

Permalink
Update developer/wip/for-contributors/data-plane/custom-data-plane.md
Browse files Browse the repository at this point in the history
Co-authored-by: ndr_brt <andrea.bertagnolli@gmail.com>
  • Loading branch information
wolf4ood and ndr-brt authored Sep 3, 2024
1 parent 1a05bca commit bdb0372
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ The lifecycle of a data plane instance is managed by the `DataPlaneSelectorManag

If the data plane response is successful, the state transits to `AVAILABLE`. As soon as the data plane does not respond or returns a non successful response, the state transits to `UNAVAILABLE`.

Let's implement a route method for `GET|/dataflows/check` in our custom data plane:
Let's implement a route method for `GET /dataflows/check` in our custom data plane:

```javascript
app.get('/dataflows/check', (req, res) => {
Expand Down

0 comments on commit bdb0372

Please sign in to comment.