Closed
Description
I found the docRouter function and the DSL unintuitive to use (in contrast to the normal router-functions -- I will open seperate issues regarding the usage).
So i was looking to find running examples in the tests.
Surprisingly there are none, all the tests only use the RequestMapping-Annotation.
Which means org.springdoc.kotlin.SpringdocRouterFunctionDsl is basically untestet, so i'm not surprised that the example mentioned therein does not work.