Skip to content

Commit

Permalink
fix: Ktor Subscriptions wrong url #1863 (#1865)
Browse files Browse the repository at this point in the history
### 📝 Description
Replaced Spring subscriptions URL with Ktor subscriptions.

### 🔗 Related Issues
#1863
  • Loading branch information
charlee-dev committed Oct 9, 2023
1 parent 742b49f commit 8648080
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/server/server-subscriptions.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ specific details on how to read incoming messages from the WebSocket session as
If you are using one of the official server implementations for GraphQL Kotlin, it will have subscription handling setup for you.

- See `graphql-kotlin-spring-server` [subscriptions](spring-server/spring-subscriptions.md)
- See `graphql-kotlin-ktor-server` [subscriptions](spring-server/spring-subscriptions.md)
- See `graphql-kotlin-ktor-server` [subscriptions](ktor-server/ktor-subscriptions.md)

0 comments on commit 8648080

Please sign in to comment.