Use https in routing rules url

This commit is contained in:
Mikołaj Pich 2023-04-16 21:08:35 +02:00
parent 522241b5de
commit d3b74448f8

View file

@ -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(),
)