dify/api/controllers/inner_api
Yeuoly ec808f3fe8
refactor: centralize default end user session ID constant (#25416)
This PR refactors the handling of the default end user session ID by centralizing it as an enum in the models module where the `EndUser` model is defined. This improves code organization and makes the relationship between the constant and the model clearer.

Co-authored-by: Claude <noreply@anthropic.com>
Co-authored-by: crazywoola <100913391+crazywoola@users.noreply.github.com>
2025-09-12 10:27:16 +08:00
..
plugin refactor: centralize default end user session ID constant (#25416) 2025-09-12 10:27:16 +08:00
workspace feat: migrate Inner API module to Flask-RESTX (#24492) 2025-08-26 00:23:48 +08:00
__init__.py refactor: Migrate part of the console basic API module to Flask-RESTX (#24732) 2025-09-10 12:15:47 +08:00
mail.py feat: migrate Inner API module to Flask-RESTX (#24492) 2025-08-26 00:23:48 +08:00
wraps.py add typing to all wraps (#25405) 2025-09-09 16:48:33 +08:00