Skip to content

Commit e171bb5

Browse files
committed
Update BASE_URL in MLServiceClient to use the production API endpoint
1 parent aaafd9d commit e171bb5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/org/springforge/qualityassurance/network/MLServiceClient.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ import java.util.concurrent.TimeUnit
2424
*/
2525
object MLServiceClient {
2626

27-
private const val BASE_URL = "http://127.0.0.1:8000"
27+
private const val BASE_URL = "https://api.springforge.dev/quality/"
2828

2929
private val client = OkHttpClient.Builder()
3030
.connectTimeout(30, TimeUnit.SECONDS)

0 commit comments

Comments
 (0)