Skip to content

Commit

Permalink
API-7065 - Adding secure flag to absoluteURL (hmrc#460)
Browse files Browse the repository at this point in the history
  • Loading branch information
peteslater-ee authored May 30, 2023
1 parent 459cc15 commit 4216cf6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ class OpenApiDocumentationController @Inject() (

val emptyAuthList = java.util.Collections.emptyList[io.swagger.v3.parser.core.models.AuthorizationValue]()

val oasFileLocation = routes.OpenApiDocumentationController.fetchOas(service, version).absoluteURL()
val oasFileLocation = routes.OpenApiDocumentationController.fetchOas(service, version).absoluteURL(true)

logger.info(s"OAS File Location: $oasFileLocation")

Expand Down

0 comments on commit 4216cf6

Please sign in to comment.