SMILEY4 / ktor-swagger-ui

Kotlin Ktor plugin to generate OpenAPI and provide Swagger UI
Apache License 2.0
156 stars 25 forks source link

Unchangeable config value ...? #29

Closed lns-ross closed 1 year ago

lns-ross commented 1 year ago

Was this supposed to be a var?

https://github.com/SMILEY4/ktor-swagger-ui/blob/290232594177b4716605c22dcf14d19757423f2a/src/main/kotlin/io/github/smiley4/ktorswaggerui/SwaggerUIPluginConfig.kt#L77

SMILEY4 commented 1 year ago

yes, this should have been a var :D. I released a new version (1.1.1) that fixes this bug. Thank you for reporting this.