Skip to content

Commit

Permalink
Fix ImageFlipClient in imageOrchestrator
Browse files Browse the repository at this point in the history
  • Loading branch information
BlacCello committed Oct 5, 2023
1 parent 157728c commit 62e9073
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
@RequiredArgsConstructor
public class ImageFlipClient {

RestTemplate restTemplate;
private final RestTemplate restTemplate;

@Value("${imageflip.baseUrl}")
private String imageflipBaseUrl;
Expand Down

0 comments on commit 62e9073

Please sign in to comment.