fix(chat-room): 세션 종료 외부 API

- ContentType 설정 제거
This commit is contained in:
Klaus 2025-08-27 19:18:46 +09:00
parent c4dbdc1b8e
commit 2c3e12a42c
1 changed files with 0 additions and 1 deletions

View File

@ -458,7 +458,6 @@ class ChatRoomService(
val headers = HttpHeaders()
headers.set("x-api-key", apiKey)
headers.contentType = MediaType.APPLICATION_JSON
val httpEntity = HttpEntity(null, headers)