Skip to content

Commit

Permalink
feat: 최소버전 null처리 (#461)
Browse files Browse the repository at this point in the history
  • Loading branch information
injoon2019 authored Sep 26, 2024
1 parent 2b502f6 commit ef002b0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -114,7 +114,7 @@ class AuthController(
@GetMapping("/app-version")
fun getUpdateAppVersion(): UpdateAppVersionResponse {
return UpdateAppVersionResponse(
minimumIosVersion = 30L,
minimumIosVersion = null,
minimumAndroidVersion = 10008L,
latestAndroidVersion = 10008L
)

0 comments on commit ef002b0

Please sign in to comment.