feat(character): 캐릭터 상세 API

- api url 수정
This commit is contained in:
Yu Sung 2025-08-07 18:39:16 +09:00
parent a9e832bc26
commit d1f700842f
1 changed files with 1 additions and 1 deletions

View File

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