We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f7b943 commit 10a1ac4Copy full SHA for 10a1ac4
1 file changed
app/src/main/java/com/seogaemo/hackseoul_android/network/RetrofitClient.kt
@@ -21,7 +21,7 @@ object RetrofitClient {
21
fun getInstance(): Retrofit {
22
if(instance == null) {
23
instance = Retrofit.Builder()
24
- .baseUrl("")
+ .baseUrl(com.seogaemo.hackseoul_android.BuildConfig.BASE_URL)
25
.client(okHttpClient)
26
.addConverterFactory(ScalarsConverterFactory.create())
27
.addConverterFactory(GsonConverterFactory.create(gson))
0 commit comments