Skip to content
This repository has been archived by the owner on Jan 15, 2024. It is now read-only.

Commit

Permalink
Fix: TourAPIProperties 병합 충돌 해결
Browse files Browse the repository at this point in the history
  • Loading branch information
laigasus committed Nov 29, 2023
1 parent 7d4aeab commit 34da681
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@

@Slf4j
@NoArgsConstructor(access = AccessLevel.PRIVATE)
public class TourAPIProperties {
private static int keyIndex = 0;

public static final String BASE_URL = "https://apis.data.go.kr/B551011/KorService1/";

public static final String SEARCH_KEYWORD = "searchKeyword1";
Expand Down

0 comments on commit 34da681

Please sign in to comment.