Skip to content

Commit 85fff39

Browse files
authored
fix: 라우터 중복 등록 수정 (#93)
* 라우터가 중복으로 등록되어 생기는 경고 메세지가 나오지 않도록 수정했습니다
1 parent 49eef86 commit 85fff39

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

wacruit/src/main.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
import uvicorn
22

33
from wacruit.src.app import create_app
4-
from wacruit.src.apps.router import api_router
54

65
# Entrypoint for Docker container.
76
app = create_app()
8-
app.include_router(api_router)
97

108

119
def main():

0 commit comments

Comments
 (0)