fix webapi routing issue for content
This commit is contained in:
parent
43302c3135
commit
c4ce911730
@ -3,4 +3,4 @@ from .content import router as cn_router
|
||||
|
||||
api_router = APIRouter()
|
||||
|
||||
api_router.api_route(cn_router,tags="content")
|
||||
api_router.include_router(cn_router,tags="content")
|
||||
Loading…
Reference in New Issue
Block a user