Skip to content

Commit

Permalink
[Bug] Value yml참조가 아닌 String으로 수정 (#958)
Browse files Browse the repository at this point in the history
  • Loading branch information
AreSain authored Aug 14, 2024
1 parent fd95078 commit 59094b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ public class TicketService {
private final AgendaProfileService agendaProfileService;
private final AgendaProfileRepository agendaProfileRepository;

@Value("${info.web.pointHistoryUrl}")
@Value("https://api.intra.42.fr/v2/users/{id}/correction_point_historics?sort=-id")
private String pointHistoryUrl;

private static final String selfDonation = "Provided points to the pool";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ public class CustomOAuth2UserService extends DefaultOAuth2UserService {

@Value("${info.image.defaultUrl}")
private String defaultImageUrl;
@Value("${info.web.coalitionUrl}")
@Value("https://api.intra.42.fr/v2/users/{id}/coalitions")
private String coalitionUrl;

@Override
Expand Down

0 comments on commit 59094b4

Please sign in to comment.