수정 버전
This commit is contained in:
@@ -189,7 +189,10 @@
|
|||||||
// 3. 백엔드 통신 (SSE Stream)
|
// 3. 백엔드 통신 (SSE Stream)
|
||||||
const response = await fetch('/api/chat', {
|
const response = await fetch('/api/chat', {
|
||||||
method: 'POST',
|
method: 'POST',
|
||||||
headers: { 'Content-Type': 'application/json' },
|
headers: {
|
||||||
|
'Content-Type': 'application/json',
|
||||||
|
'X-Agent-Id': 'TESTER-DEV' // 권한 통과를 위한 테스트 Agent ID
|
||||||
|
},
|
||||||
body: JSON.stringify({ message: text })
|
body: JSON.stringify({ message: text })
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user