Skip to main content

템플릿 API

GET /api/templates

사용 가능한 문서 템플릿 목록을 조회합니다.

응답

interface TemplatesResponse {
templates: {
name: string;
description: string;
path: string;
fileName: string;
}[];
}