fix(chat-room): 세션 종료 외부 API
- ContentType 설정 제거
This commit is contained in:
@@ -458,7 +458,6 @@ class ChatRoomService(
|
|||||||
|
|
||||||
val headers = HttpHeaders()
|
val headers = HttpHeaders()
|
||||||
headers.set("x-api-key", apiKey)
|
headers.set("x-api-key", apiKey)
|
||||||
headers.contentType = MediaType.APPLICATION_JSON
|
|
||||||
|
|
||||||
val httpEntity = HttpEntity(null, headers)
|
val httpEntity = HttpEntity(null, headers)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user