Commit ef99f1e
authored
### 📝 Description
The sample code in the Ktor overview documentation does not work:
https://opensource.expediagroup.com/graphql-kotlin/docs/server/ktor-server/ktor-overview
This appears to be related to missing support for Ktor v3.x.x (see
#2037).
I updated the sample code so that it builds successfully with the
current version.
### 🔗 Related Issues
- #2037
1 parent 292becd commit ef99f1e
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
66 | | - | |
| 66 | + | |
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
| |||
0 commit comments