태그를 관리용/일반용으로 분리하고 관리자 드래그 정렬을 추가.
댓글/회원/관리자 인증·프로필 흐름 보완과 관련 마이그레이션 및 문서를 함께 반영해 운영 동선을 안정화. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
7
server/api/auth/bootstrap-status.get.js
vendored
Normal file
7
server/api/auth/bootstrap-status.get.js
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
import { getMemberBootstrapState } from '../../repositories/member-repository'
|
||||
|
||||
/**
|
||||
* 최초 관리자 등록 필요 여부를 조회한다.
|
||||
* @returns {Promise<{ hasUsers: boolean, needsAdminSetup: boolean }>} 부트스트랩 상태
|
||||
*/
|
||||
export default defineEventHandler(async () => getMemberBootstrapState())
|
||||
Reference in New Issue
Block a user