mirror of
https://github.com/hwanny1128/HGZero.git
synced 2026-06-12 22:59:10 +00:00
API Path 수정
This commit is contained in:
+1
-1
@@ -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 리스너 백그라운드 태스크
|
||||
|
||||
Reference in New Issue
Block a user