fix: 분할 패널 카테고리 API 엔드포인트 경로 수정

- 잘못된 API 경로 수정
  - 이전: /api/table-type/category-values/{tableName}/{columnName}
  - 수정: /api/table-categories/{tableName}/{columnName}/values
- 백엔드 라우트와 일치하도록 변경 (app.ts에서 /api/table-categories로 마운트됨)
- 좌측/우측 패널 카테고리 매핑 로드 API 호출 경로 수정
This commit is contained in:
kjs 2025-11-13 17:55:10 +09:00
parent 702b506665
commit 075869c89c
1 changed files with 669 additions and 587 deletions