init. project
This commit is contained in:
6
rag-web-ui/backend/app/api/openapi/api.py
Normal file
6
rag-web-ui/backend/app/api/openapi/api.py
Normal file
@@ -0,0 +1,6 @@
|
||||
from fastapi import APIRouter
|
||||
|
||||
from app.api.openapi import knowledge
|
||||
|
||||
router = APIRouter()
|
||||
router.include_router(knowledge.router, prefix="/knowledge", tags=["knowledge"])
|
||||
Reference in New Issue
Block a user