Skip to content

Commit 772c350

Browse files
committed
refactor : PLACE_SEARCH_URL 수정
1 parent 7fbff09 commit 772c350

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data/src/main/java/com/stop/data/remote/network/TmapApiService.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ internal interface TmapApiService {
4141
private const val REVERSE_GEOCODING_COORDINATION_TYPE = "WGS84GEO"
4242
private const val REVERSE_GEOCODING_ADDRESS_TYPE = "A02"
4343

44-
private const val PLACE_SEARCH_URL = "/tmap/pois"
44+
private const val PLACE_SEARCH_URL = "tmap/pois"
4545
private const val VERSION = 1
4646
}
4747
}

0 commit comments

Comments
 (0)