메뉴 관리 기능 추가
This commit is contained in:
7
server/api/navigation.get.js
Normal file
7
server/api/navigation.get.js
Normal file
@@ -0,0 +1,7 @@
|
||||
import { getPublicNavigation } from '../repositories/content-repository'
|
||||
|
||||
/**
|
||||
* 공개 네비게이션 API
|
||||
* @returns {Promise<{primary: Array<Object>, footer: Array<Object>}>} 위치별 네비게이션 항목
|
||||
*/
|
||||
export default defineEventHandler(() => getPublicNavigation())
|
||||
Reference in New Issue
Block a user