We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
routing
install(Routing)
1 parent 292becd commit 2b83cd4Copy full SHA for 2b83cd4
1 file changed
website/docs/server/ktor-server/ktor-overview.mdx
@@ -63,7 +63,7 @@ fun Application.graphQLModule() {
63
)
64
}
65
66
- install(Routing) {
+ routing {
67
graphQLPostRoute()
68
69
install(StatusPages) {
0 commit comments