Use https in routing rules url
This commit is contained in:
parent
522241b5de
commit
d3b74448f8
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ internal class RepositoryManager(
|
|||
fun getRoutesRepository(): RoutingRulesRepository {
|
||||
return RoutingRulesRepository(
|
||||
getRetrofitBuilder(isJson = false, signInterceptor = false)
|
||||
.baseUrl("http://komponenty.vulcan.net.pl")
|
||||
.baseUrl("https://komponenty.vulcan.net.pl")
|
||||
.build()
|
||||
.create(),
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue