Skip to content

Commit

Permalink
Simplification
Browse files Browse the repository at this point in the history
Remove duplicated url
  • Loading branch information
robho committed Nov 28, 2024
1 parent 0f8efe0 commit 5d0bc87
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/src/main/java/net/vonforst/evmap/api/nobil/NobilApi.kt
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@ interface NobilApi {
.build()

fun create(
baseurl: String = "https://nobil.no/api/server/",
context: Context? = null
baseurl: String,
context: Context?
): NobilApi {
val client = OkHttpClient.Builder().apply {
if (BuildConfig.DEBUG) {
Expand Down

0 comments on commit 5d0bc87

Please sign in to comment.