Skip to content

Commit 9e99f11

Browse files
committed
chore(client): update to new sourcing base url
1 parent e173a24 commit 9e99f11

File tree

1 file changed

+1
-1
lines changed
  • dataart/src/main/java/com/datartproject/dataart/client

1 file changed

+1
-1
lines changed

dataart/src/main/java/com/datartproject/dataart/client/HTTP.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ data class HttpResponse(val statusCode: Int, val responseContent: String) {
1313

1414
class DataArtHttpClient(private val apiKey: String) {
1515
companion object {
16-
private const val prodBaseUrl = "https://sourcing.datartproject.com"
16+
private const val prodBaseUrl = "https://src.datartproject.com"
1717
private const val baseUrl = prodBaseUrl
1818

1919
private const val HTTP_METHOD_POST = "POST"

0 commit comments

Comments
 (0)