Skip to content

Commit

Permalink
Fix wrong request type
Browse files Browse the repository at this point in the history
  • Loading branch information
Unkn0wnCat committed Aug 28, 2022
1 parent 9ce4705 commit 6f798a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/recipes/subscriptions.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ To add the WebSocket transport change your `main.go` by calling `AddTransport(&t
on your query handler.

**If you are using an external router, remember to send *ALL* `/query`-requests to your handler!**
**Not just GET requests!**
**Not just POST requests!**

```go
package main
Expand Down

0 comments on commit 6f798a7

Please sign in to comment.