캐릭터 챗봇 #74

Merged
klaus merged 33 commits from test into main 2025-09-10 06:26:03 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit d1f700842f - Show all commits

View File

@ -16,7 +16,7 @@ async function searchCharacters(keyword, page = 1, size = 20) {
// 캐릭터 상세 조회 // 캐릭터 상세 조회
async function getCharacter(id) { async function getCharacter(id) {
return Vue.axios.get(`/api/admin/characters/${id}`) return Vue.axios.get(`/admin/chat/character/${id}`)
} }
// 캐릭터 등록 // 캐릭터 등록