Skip to content

Commit 2929747

Browse files
committed
migrate backend server
1 parent e9e8ee6 commit 2929747

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/java/com/example/isowatch/ServiceBuilder.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ object ServiceBuilder {
88
private val client = OkHttpClient.Builder().build()
99

1010
private val retrofit = Retrofit.Builder()
11-
.baseUrl("https://isowatch.herokuapp.com")
11+
.baseUrl("https://isowatch-web.up.railway.app")
1212
.addConverterFactory(MoshiConverterFactory.create())
1313
.build()
1414

0 commit comments

Comments
 (0)