Closed blinchk closed 1 year ago
Version: 1.0.1
Source code
fun Application.configureSwagger() { install(SwaggerUI) { swagger { swaggerUrl = "swagger" sort = SwaggerUiSort.HTTP_METHOD } } }
Actual result Swagger returns JavaScript exception:
Uncaught ReferenceError: method is not defined at window.onload
Fixed in #18.
Version: 1.0.1
Source code
Actual result Swagger returns JavaScript exception: