오디션 #249

Merged
klaus merged 40 commits from test into main 2025-01-07 17:24:40 +00:00
2 changed files with 2 additions and 0 deletions
Showing only changes of commit 1dba0a3d95 - Show all commits

View File

@ -24,5 +24,6 @@ data class GetAuditionRoleListData @QueryProjection constructor(
val id: Long,
val name: String,
val imageUrl: String,
val auditionScriptUrl: String,
val status: AuditionStatus
)

View File

@ -34,6 +34,7 @@ class AdminAuditionRoleQueryRepositoryImpl(
auditionRole.id,
auditionRole.name,
auditionRole.imagePath.prepend("/").prepend(cloudfrontHost),
auditionRole.auditionScriptUrl,
auditionRole.status
)
)