Skip to content

Commit a9ff905

Browse files
committed
feat : f1 팀 순서 변경
1 parent bbfe9f3 commit a9ff905

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/org/example/backend/f1/team/F1TeamService.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,9 +118,9 @@ public F1TeamResponse getF1Team(String name) {
118118

119119
return new F1TeamResponse(
120120
team.getTeamName(),
121+
team.getDescription(),
121122
team.getImageUrl(),
122123
team.getVideoUrl(),
123-
team.getDescription(),
124124
team.getSeasonPosition(),
125125
team.getSeasonPoint(),
126126
team.getSeasonWins(),

0 commit comments

Comments
 (0)