fix: wrong API URL

This commit is contained in:
Canny 2022-10-08 17:43:45 +03:00
parent 86ecdbb85a
commit d537375758
No known key found for this signature in database
GPG Key ID: 395CCB0AA979F27B

View File

@ -22,6 +22,6 @@ class GitHubRepository(val client: HttpClient) {
}
private companion object {
private const val apiUrl = "https://releases.rvcd.win/"
private const val apiUrl = "https://releases.rvcd.win"
}
}