Files
dify/api/controllers/openapi/auth/__init__.py
Xiyuan Chen d2788d7aba feat(openapi): redesign auth pipeline with per-token-type routing (#36693)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2026-05-27 12:45:30 +00:00

4 lines
88 B
Python

from controllers.openapi.auth.composition import auth_router
__all__ = ["auth_router"]