Fixes the use of OkHttpClient

pull/519/head
Vitor Pamplona 2023-07-23 18:37:05 -04:00
rodzic 786b8436f8
commit 3e6938bf51
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -224,7 +224,7 @@ class NostrCheckMeServer : FileServer() {
var id = tree?.get("id")?.asText()
var isCompleted = false
val client = OkHttpClient()
val client = HttpClient.getHttpClient()
var requrl = "https://nostrcheck.me/api/v1/media?id=" + id // + "&apikey=26d075787d261660682fb9d20dbffa538c708b1eda921d0efa2be95fbef4910a"
val request = Request.Builder()