Skip to content

Commit

Permalink
feat: 修复合并导致的报错
Browse files Browse the repository at this point in the history
  • Loading branch information
zgqgit committed Jun 27, 2024
1 parent 83d2ab5 commit dfe7e3d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/backend/bisheng/api/v1/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
from bisheng.api.v1.validate import router as validate_router
from bisheng.api.v1.variable import router as variable_router
from bisheng.api.v1.audit import router as audit_router
from bisheng.api.v1.evaluation import router as evaluation_router

__all__ = [
'chat_router',
Expand Down

0 comments on commit dfe7e3d

Please sign in to comment.