From 7c89f2f2acc9903abecf3a6a38404f47407e693b Mon Sep 17 00:00:00 2001 From: hjmoons Date: Thu, 30 Oct 2025 14:48:07 +0900 Subject: [PATCH] =?UTF-8?q?API=20Path=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ai-python/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ai-python/main.py b/ai-python/main.py index b50424e..5e6d0e9 100644 --- a/ai-python/main.py +++ b/ai-python/main.py @@ -38,7 +38,7 @@ app.add_middleware( ) # API 라우터 등록 -app.include_router(api_v1_router, prefix="/api/v1") +app.include_router(api_v1_router, prefix="/api") # Event Hub 리스너 백그라운드 태스크