Updated playerflow URL

This commit is contained in:
Auxilor
2023-05-21 16:58:21 +01:00
parent 3a508c693b
commit 3ff2bfa412

View File

@@ -10,7 +10,7 @@ import java.net.http.HttpClient
import java.net.http.HttpRequest
import java.net.http.HttpResponse
private const val PLAYERFLOW_URL = "https://playerflow.auxilor.io/v1/ping"
private const val PLAYERFLOW_URL = "https://playerflow.auxilor.io/api/v1/ping"
private val client = HttpClient.newBuilder().build()