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 29f36d0 commit 16f88e8Copy full SHA for 16f88e8
data/src/main/java/com/hoc/flowmvi/data/DataModule.kt
@@ -84,7 +84,7 @@ internal abstract class DataModule {
84
85
@Provides
86
@BaseUrl
87
- fun baseUrl(): String = "https://mvi-coroutines-flow-server.herokuapp.com/"
+ fun baseUrl(): String = "https://mvi-coroutines-flow-server.onrender.com/"
88
89
@OptIn(ExperimentalStdlibApi::class)
90
0 commit comments