Skip to content

Commit

Permalink
Merge pull request #17 from Team-Wable/fix/#16-cli-request
Browse files Browse the repository at this point in the history
fix cli request
  • Loading branch information
Hong0329 authored Aug 23, 2024
2 parents 4de5825 + ed1a867 commit 73d8d2a
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 @@ -21,7 +21,7 @@
@SecurityRequirement(name = "JWT Auth")
@Tag(name="LCK Game Type 관련",description = "LCK Game Type Api Document")
public class LckGameTypeController {
private LckGameTypeQueryService lckGameTypeQueryService;
private final LckGameTypeQueryService lckGameTypeQueryService;

@GetMapping("v1/information/gametype")
@Operation(summary = "Lck Game Type API입니다.", description = "LckGameTypeGet")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import com.wable.www.WableServer.common.util.TimeUtilCustom;

public record InfoNotificationAllResponseDto(
String InfoNotificationType,
String infoNotificationType,
String time,
String imageUrl
) {
Expand Down

0 comments on commit 73d8d2a

Please sign in to comment.