seo 경로 변경

main
jaehwang 2026-02-20 08:25:11 +00:00
parent 172586e699
commit a4db70c2e6
1 changed files with 2 additions and 2 deletions

View File

@ -29,10 +29,10 @@ redis_seo_client = Redis(
)
logger = logging.getLogger(__name__)
router = APIRouter(prefix="/autodescription", tags=["Social SEO"])
router = APIRouter(prefix="/seo", tags=["Social SEO"])
@router.post(
"",
"/youtube",
response_model=YoutubeDescriptionResponse,
summary="유튜브 SEO descrption 생성",
description="유튜브 업로드 시 사용할 descrption을 SEO 적용하여 생성",