ktor
ktor copied to clipboard
KTOR-774 Support serving OpenAPI docs
Fix KTOR-774
@e5l Could you please support serving from resources? (We should consider some consistent default path inside resources directory)
Is it possible to use existing WebJars integration instead of CDN? I work almost half the time offline, and these little dependencies on internet connection are greatly degrading UX. It will solve the configurable version of SwaggerUI too.
@morki added parameter for package url
@e5l thank you very much!
io.ktor.server.swagger.SwaggerTest.testSwaggerFileIsServed[jvm] and api check are failing on CI
🎉