We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 510034e commit f54ed90Copy full SHA for f54ed90
scaladoc-js/src/searchbar/engine/InkuireDelegateSearchEngine.scala
@@ -31,7 +31,7 @@ class InkuireDelegateSearchEngine {
31
32
given ec: ExecutionContext = global
33
34
- val ec2 = "http://ec2-3-125-115-167.eu-central-1.compute.amazonaws.com:8080" //TODO configure
+ val ec2 = "https://pmfyy2t0sc.execute-api.eu-central-1.amazonaws.com/prod" //TODO configure
35
36
private def getURLContent(url: String): Future[String] = Ajax.get(url).map(_.responseText).fallbackTo(Future("[]"))
37
0 commit comments