Skip to content

Commit

Permalink
fix links for jdk explorer (#71)
Browse files Browse the repository at this point in the history
  • Loading branch information
bennetimo authored May 21, 2019
1 parent aec30b4 commit 04118a5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ class ServiceDependenciesConnector @Inject()(

def getJDKVersions(flag: SlugInfoFlag)(implicit hc: HeaderCarrier): Future[List[JDKVersion]] = {
implicit val r = JDKVersionFormats.jdkFormat
http.GET[List[JDKVersion]](url = s"$servicesDependenciesBaseUrl/jdkVersions?flag=$flag")
http.GET[List[JDKVersion]](url = s"$servicesDependenciesBaseUrl/jdkVersions?flag=${flag.s}")
}

private def buildQueryParams(queryParams: (String, Option[String])*): Seq[(String, String)] =
Expand Down

0 comments on commit 04118a5

Please sign in to comment.