File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
modules/openapi-generator/src/main/resources/kotlin-server/libraries/ktor
samples/server/petstore/kotlin-server/ktor/src/main/kotlin/org/openapitools/server Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -21,10 +21,10 @@ import io.ktor.locations.Locations
21
21
import io.ktor.metrics.Metrics
22
22
import io.ktor.routing.Routing
23
23
import java.util.concurrent.TimeUnit
24
+ import io.ktor.util.KtorExperimentalAPI
24
25
{ {#hasAuthMethods} }
25
26
import io.ktor.auth.Authentication
26
27
import io.ktor.auth.oauth
27
- import io.ktor.util.KtorExperimentalAPI
28
28
import org.openapitools.server.infrastructure.ApiKeyCredential
29
29
import org.openapitools.server.infrastructure.ApiPrincipal
30
30
import org.openapitools.server.infrastructure.apiKeyAuth
Original file line number Diff line number Diff line change @@ -21,9 +21,9 @@ import io.ktor.locations.Locations
21
21
import io.ktor.metrics.Metrics
22
22
import io.ktor.routing.Routing
23
23
import java.util.concurrent.TimeUnit
24
+ import io.ktor.util.KtorExperimentalAPI
24
25
import io.ktor.auth.Authentication
25
26
import io.ktor.auth.oauth
26
- import io.ktor.util.KtorExperimentalAPI
27
27
import org.openapitools.server.infrastructure.ApiKeyCredential
28
28
import org.openapitools.server.infrastructure.ApiPrincipal
29
29
import org.openapitools.server.infrastructure.apiKeyAuth
You can’t perform that action at this time.
0 commit comments