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 e9e8ee6 commit 2929747Copy full SHA for 2929747
app/src/main/java/com/example/isowatch/ServiceBuilder.kt
@@ -8,7 +8,7 @@ object ServiceBuilder {
8
private val client = OkHttpClient.Builder().build()
9
10
private val retrofit = Retrofit.Builder()
11
- .baseUrl("https://isowatch.herokuapp.com")
+ .baseUrl("https://isowatch-web.up.railway.app")
12
.addConverterFactory(MoshiConverterFactory.create())
13
.build()
14
0 commit comments