콘텐츠 업로드
- 기본 타임존 설정 추가 (Asia/Seoul)
This commit is contained in:
@@ -5,7 +5,7 @@ data class CreateAudioContentRequest(
|
||||
val detail: String,
|
||||
val tags: String,
|
||||
val price: Int,
|
||||
val timezone: String,
|
||||
val timezone: String = "Asia/Seoul",
|
||||
val releaseDate: String? = null,
|
||||
val themeId: Long = 0,
|
||||
val isAdult: Boolean = false,
|
||||
|
Reference in New Issue
Block a user