Skip to content

Commit 16f88e8

Browse files
committed
feat(add-new-user): fix base url
1 parent 29f36d0 commit 16f88e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data/src/main/java/com/hoc/flowmvi/data/DataModule.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ internal abstract class DataModule {
8484

8585
@Provides
8686
@BaseUrl
87-
fun baseUrl(): String = "https://mvi-coroutines-flow-server.herokuapp.com/"
87+
fun baseUrl(): String = "https://mvi-coroutines-flow-server.onrender.com/"
8888

8989
@OptIn(ExperimentalStdlibApi::class)
9090
@Provides

0 commit comments

Comments
 (0)