From a4db70c2e633c0ae1cb806257c288a92aac333da Mon Sep 17 00:00:00 2001 From: jaehwang Date: Fri, 20 Feb 2026 08:25:11 +0000 Subject: [PATCH] =?UTF-8?q?seo=20=EA=B2=BD=EB=A1=9C=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/social/api/routers/v1/seo.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/social/api/routers/v1/seo.py b/app/social/api/routers/v1/seo.py index 6809c81..7d44d11 100644 --- a/app/social/api/routers/v1/seo.py +++ b/app/social/api/routers/v1/seo.py @@ -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 적용하여 생성",