We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e173a24 commit 9e99f11Copy full SHA for 9e99f11
dataart/src/main/java/com/datartproject/dataart/client/HTTP.kt
@@ -13,7 +13,7 @@ data class HttpResponse(val statusCode: Int, val responseContent: String) {
13
14
class DataArtHttpClient(private val apiKey: String) {
15
companion object {
16
- private const val prodBaseUrl = "https://sourcing.datartproject.com"
+ private const val prodBaseUrl = "https://src.datartproject.com"
17
private const val baseUrl = prodBaseUrl
18
19
private const val HTTP_METHOD_POST = "POST"
0 commit comments