Why my POST route is not recognized, while GET is?

后端 未结 0 330
慢半拍i
慢半拍i 2020-12-30 09:12

Using webflux with coroutines on kotlin, I have

@Bean
fun urlRoutes(urlHandler: UrlHandler) = coRouter {
    GET("/encoded-url/{url}", urlHandler::e         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题