메뉴 관리 기능 추가

This commit is contained in:
2026-05-02 16:45:52 +09:00
parent 27cf05aba6
commit 04b8a7006a
18 changed files with 497 additions and 37 deletions

View File

@@ -0,0 +1,7 @@
import { getPublicNavigation } from '../repositories/content-repository'
/**
* 공개 네비게이션 API
* @returns {Promise<{primary: Array<Object>, footer: Array<Object>}>} 위치별 네비게이션 항목
*/
export default defineEventHandler(() => getPublicNavigation())