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 7fbff09 commit 772c350Copy full SHA for 772c350
data/src/main/java/com/stop/data/remote/network/TmapApiService.kt
@@ -41,7 +41,7 @@ internal interface TmapApiService {
41
private const val REVERSE_GEOCODING_COORDINATION_TYPE = "WGS84GEO"
42
private const val REVERSE_GEOCODING_ADDRESS_TYPE = "A02"
43
44
- private const val PLACE_SEARCH_URL = "/tmap/pois"
+ private const val PLACE_SEARCH_URL = "tmap/pois"
45
private const val VERSION = 1
46
}
47
0 commit comments