mirror of
https://github.com/revanced/revanced-manager-compose-old.git
synced 2025-04-30 14:34:29 +02:00
fix: wrong API URL
This commit is contained in:
parent
86ecdbb85a
commit
d537375758
@ -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"
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user