Skip to content

Commit

Permalink
Fix Url for listeners search
Browse files Browse the repository at this point in the history
  • Loading branch information
steniobhz committed Oct 22, 2024
1 parent 19bc63d commit 13b99c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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/listener/1?q=testQuery
GET http://myserver:7012/gateleen/server/listenertest/_hooks/listeners?q=testQuery
```

The response will contain the matching listeners. If no match is found, an empty list is returned:
Expand Down

0 comments on commit 13b99c2

Please sign in to comment.