Skip to content

Commit

Permalink
refactor(ktor-internal): add uts and remove to correct package.
Browse files Browse the repository at this point in the history
  • Loading branch information
hanrw committed Aug 24, 2024
1 parent 4342dd3 commit beb8509
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
package com.tddworks.common.network.api.ktor.internal

data class UrlBasedConnectionConfig(
val baseUrl: () -> String = { "" }
) : ConnectionConfig

0 comments on commit beb8509

Please sign in to comment.