mirror of
https://github.com/langgenius/dify.git
synced 2026-05-21 17:20:25 +08:00
- Correct docstring: Flask-RESTX iterates method_decorators forward; the last entry becomes outermost via composition, not via framework reversal. - Extract shared _APPS_READ_DECORATORS constant; was duplicated verbatim between AppReadResource and AppListApi. - Rename _AppReadResource -> AppReadResource (no longer module-private since app_info.py imports it). Drops the pyright ignore.