Skip to content

Commit 510034e

Browse files
committed
Change ec2 address
1 parent f8d6195 commit 510034e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scaladoc-js/src/searchbar/engine/InkuireDelegateSearchEngine.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ class InkuireDelegateSearchEngine {
3131

3232
given ec: ExecutionContext = global
3333

34-
val ec2 = "http://ec2-52-59-255-148.eu-central-1.compute.amazonaws.com:8080" //TODO configure
34+
val ec2 = "http://ec2-3-125-115-167.eu-central-1.compute.amazonaws.com:8080" //TODO configure
3535

3636
private def getURLContent(url: String): Future[String] = Ajax.get(url).map(_.responseText).fallbackTo(Future("[]"))
3737

0 commit comments

Comments
 (0)