Skip to content

Commit

Permalink
Merge pull request #15577 from SergioGlorias/patch-29
Browse files Browse the repository at this point in the history
Direct to defined round as well.
  • Loading branch information
ornicar committed Jun 21, 2024
2 parents 56008b2 + 58ff9bd commit 8334bd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/relay/src/main/RelayRound.scala
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ object RelayRound:
override def isLcc = true
def id = lcc
def fetchUrl = s"http:https://1.pool.livechesscloud.com/get/$id/round-$round/index.json"
def viewUrl = s"https://view.livechesscloud.com/#$id"
def viewUrl = s"https://view.livechesscloud.com/#$id/$round"
def formUrl = s"$viewUrl $round"
object UpstreamLcc:
private val idRegex = """.*view\.livechesscloud\.com/?#?([0-9a-f\-]+)""".r
Expand Down

0 comments on commit 8334bd2

Please sign in to comment.