diff --git a/app/src/debug/java/com/runnect/runnect/developer/presentation/RunnectDeveloperViewModel.kt b/app/src/debug/java/com/runnect/runnect/developer/presentation/RunnectDeveloperViewModel.kt index fe461275..cdac7709 100644 --- a/app/src/debug/java/com/runnect/runnect/developer/presentation/RunnectDeveloperViewModel.kt +++ b/app/src/debug/java/com/runnect/runnect/developer/presentation/RunnectDeveloperViewModel.kt @@ -39,7 +39,7 @@ class RunnectDeveloperViewModel @Inject constructor( } fun checkTestServerStatus() { - val testServerUrl = "${BuildConfig.RUNNECT_NODE_URL}/actuator/health" + val testServerUrl = "${BuildConfig.RUNNECT_DEV_URL}/actuator/health" checkServerStatus(testServerUrl, _testStatus) }