Skip to content

Commit

Permalink
test commit
Browse files Browse the repository at this point in the history
  • Loading branch information
hyun123 committed Nov 6, 2024
1 parent 42ba190 commit 8195c8b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ private HttpHeaders createCommonHeaders() {
private String createApiUrl(String endpoint) {
String apiUrl = String.format("http://%s:%s%s", cbtumblebugUrl, cbtumblebugPort, endpoint);
log.info("apiUrl : {}", apiUrl);

return apiUrl;
}

Expand Down

0 comments on commit 8195c8b

Please sign in to comment.