콘텐츠 URL 생성 API

This commit is contained in:
2024-12-06 23:07:59 +09:00
parent ba17095536
commit bf62482137
3 changed files with 35 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
package kr.co.vividnext.sodalive.content
data class GenerateUrlResponse(
val contentUrl: String
)