Andreas Johnsen
Results
2
comments of
Andreas Johnsen
Changed commit message to pass check
> There exists the [a variant of the `post` function](https://github.com/ktorio/ktor/blob/8414caf84478d7467ec6a46ade211c8e68c629c9/ktor-server/ktor-server-plugins/ktor-server-resources/common/src/io/ktor/server/resources/Routing.kt#L101-L113), that takes the type of the body as a second type parameter. > > So instead of > > ```kotlin...