Skip to content

Commit

Permalink
[chore] url 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
qogustj committed Aug 12, 2024
1 parent 3381c8c commit 52d5874
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/com/Nunbody/external/WindyfloMailClient.java
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
@RequiredArgsConstructor
public class WindyfloMailClient {
private final String FIND_MAIL_URL = "https://windyflo.com/api/v1/prediction/05d769b1-0a34-49c5-83d3-6b92c1d650f8";
private final String CREATE_MAIL_URL = "https://windyflo.com/api/v1/prediction/85b9eb4a-e94c-4e98-ab4f-ed805bba1220";
private final String SUMMARY_MAIL_URL = "https://windyflo.com/api/v1/prediction/2f26c1c0-e096-4b47-975c-850e1483ae4b";
private final String CREATE_MAIL_URL = "https://windyflo.com/api/v1/prediction/c26a6a36-a0cd-41a2-8452-06fd002a99b6";
private final String SUMMARY_MAIL_URL = "https://windyflo.com/api/v1/prediction/b085498f-e6da-477f-bbaf-b61992e1dc6b";

private final RestTemplate restTemplate;

Expand Down

0 comments on commit 52d5874

Please sign in to comment.