Ktor Server Playground Default Route #1183
-
Hello! I was using the |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hello 👋 |
Beta Was this translation helpful? Give feedback.
-
Hello! I was using the |
Beta Was this translation helpful? Give feedback.
-
Hello 👋 |
Beta Was this translation helpful? Give feedback.
Hello 👋
The reason for the differences between Spring and Ktor server examples is that we publish a Spring specific auto-configuration library that handles some of the common logic whereas Ktor example relies on a generic server logic. So unfortunately yes, you have to manually provide the logic for any of the endpoints in your Ktor app (as seen in the example app).