Skip to content

Diffrent BaseUrl in TourismApp #8

Description

@PaulTitto

single { val retrofit = Retrofit.Builder() .baseUrl("https://dicoding-tourism-api.appspot.com/") .addConverterFactory(GsonConverterFactory.create()) .client(get()) .build() retrofit.create(ApiService::class.java) }

should

single {
val retrofit = Retrofit.Builder()
.baseUrl("https://tourism-api.dicoding.dev/")
.addConverterFactory(GsonConverterFactory.create())
.client(get())
.build()
retrofit.create(ApiService::class.java)
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions