그누보드6 라우터 등록
본문
bbs/custom.py 파일을 등록하고
router = APIRouter()
이파일을
core/routers.py
from bbs.custom import router as custom_router
임포트 하려고하는데 가져오기 bbs.custom 를 확인할수없습니다 ㅠㅠ 이유가뭔가요?
답변을 작성하시기 전에 로그인 해주세요.
bbs/custom.py 파일을 등록하고
router = APIRouter()
이파일을
core/routers.py
from bbs.custom import router as custom_router
임포트 하려고하는데 가져오기 bbs.custom 를 확인할수없습니다 ㅠㅠ 이유가뭔가요?