diff --git a/Sources/src/main/kotlin/allin/Application.kt b/Sources/src/main/kotlin/allin/Application.kt index 6286820..5aafc00 100644 --- a/Sources/src/main/kotlin/allin/Application.kt +++ b/Sources/src/main/kotlin/allin/Application.kt @@ -61,17 +61,6 @@ private fun Application.extracted() { } install(ContentNegotiation) { json() } install(SwaggerUI){ - swagger { - forwardRoot = false - swaggerUrl = "swagger" - rootHostPath = "http://127.0.0.1:8080/" - authentication = "MySwaggerAuth" - onlineSpecValidator() - displayOperationId = true - showTagFilterInput = true - sort = SwaggerUiSort.HTTP_METHOD - syntaxHighlight = SwaggerUiSyntaxHighlight.MONOKAI - } info { title = "Allin API" version = "latest" diff --git a/Sources/src/main/resources/documentation.yaml b/Sources/src/main/resources/documentation.yaml deleted file mode 100644 index 9b05e13..0000000 --- a/Sources/src/main/resources/documentation.yaml +++ /dev/null @@ -1,10 +0,0 @@ -swagger: "2.0" -info: - title: Allin API - description: Title - version: 4.0.0 -host: www.Allin.fr -schemes: - - https -paths: "src/main/kotlin/allin" -