Skip to content

Commit

Permalink
improve test url as suggested
Browse files Browse the repository at this point in the history
  • Loading branch information
steniobhz committed Oct 22, 2024
1 parent ac9c720 commit 3609204
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gateleen-hook/README_hook.md
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ Gateleen allows searching for listeners and routes using the query parameter `q`
Search for listeners based on a query parameter like this:

```
GET http://myserver:7012/gateleen/server/listenertest/_hooks/listeners?q=test
GET http://myserver:7012/playground/server/hooks/v1/registrations/listeners?q=test
```

The response will contain the matching listeners. If no match is found, an empty list is returned:
Expand All @@ -273,7 +273,7 @@ The response will contain the matching listeners. If no match is found, an empty
Similarly, you can search for routes using a query parameter:

```
GET http://myserver:7012/gateleen/server/routetest/_hooks/routes?q=test
GET http://myserver:7012/playground/server/hooks/v1/registrations/routes/?q=test
```

The response contains the matching routes, or an empty list if no match is found.

0 comments on commit 3609204

Please sign in to comment.