Skip to content

Commit f54ed90

Browse files
committed
Change server address to api gateway
1 parent 510034e commit f54ed90

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-3-125-115-167.eu-central-1.compute.amazonaws.com:8080" //TODO configure
34+
val ec2 = "https://pmfyy2t0sc.execute-api.eu-central-1.amazonaws.com/prod" //TODO configure
3535

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

0 commit comments

Comments
 (0)