SurfSense/surfsense_backend/app/routes
Claude 24b95e5a6f
Improve code quality per PR #11 and #12 review feedback
- Improve CORS config readability by breaking nested os.getenv() into
  explicit fallback steps (_default_cors_origin -> _cors_origins_str)
- Remove duplicate import os statement
- Consolidate all Celery task imports at module level
- Remove inline imports from function bodies
2025-11-18 22:46:17 +00:00
..
__init__.py Implement dynamic site appearance configuration system 2025-11-18 10:58:31 +00:00
airtable_add_connector_route.py refactor: update API endpoint paths to remove trailing slashes 2025-10-31 01:33:01 -07:00
chats_routes.py feat: added global llm configurations 2025-11-14 21:53:46 -08:00
documents_routes.py Improve code quality per PR #11 and #12 review feedback 2025-11-18 22:46:17 +00:00
google_calendar_add_connector_route.py refactor: update API endpoint paths to remove trailing slashes 2025-10-31 01:33:01 -07:00
google_gmail_add_connector_route.py refactor: update API endpoint paths to remove trailing slashes 2025-10-31 01:33:01 -07:00
llm_config_routes.py feat: added global llm configurations 2025-11-14 21:53:46 -08:00
logs_routes.py refactor: update API endpoint paths to remove trailing slashes 2025-10-31 01:33:01 -07:00
luma_add_connector_route.py feat: Moved searchconnectors association from user to searchspace 2025-10-08 21:13:01 -07:00
podcasts_routes.py inject user instruction in the podcast generation task 2025-11-11 20:08:32 +02:00
search_source_connectors_routes.py refactor: update API endpoint paths to remove trailing slashes 2025-10-31 01:33:01 -07:00
search_spaces_routes.py refactor: update API endpoint paths to remove trailing slashes 2025-10-31 01:33:01 -07:00
site_configuration_routes.py Implement dynamic site appearance configuration system 2025-11-18 10:58:31 +00:00
social_media_links_routes.py Implement dynamic social media link management system 2025-11-17 20:44:17 +00:00