diff --git a/eco-core/core-plugin/src/main/kotlin/com/willfp/eco/internal/spigot/metrics/PlayerflowHandler.kt b/eco-core/core-plugin/src/main/kotlin/com/willfp/eco/internal/spigot/metrics/PlayerflowHandler.kt index ac74c656..d4d43caa 100644 --- a/eco-core/core-plugin/src/main/kotlin/com/willfp/eco/internal/spigot/metrics/PlayerflowHandler.kt +++ b/eco-core/core-plugin/src/main/kotlin/com/willfp/eco/internal/spigot/metrics/PlayerflowHandler.kt @@ -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()