langflow/src/backend/langflow/api
Gabriel Luiz Freitas Almeida a2ce598e08 🐛 fix(__main__.py): rename component_path to components_path for consistency and clarity
 feat(__main__.py): add support for components_path command line option to specify the directory containing custom components
🐛 fix(endpoints.py): rename settings.component_path to settings.components_path to match the updated attribute name in Settings class
🐛 fix(settings.py): rename component_path attribute to components_path for consistency and clarity
2023-07-31 17:47:23 -03:00
..
v1 🐛 fix(__main__.py): rename component_path to components_path for consistency and clarity 2023-07-31 17:47:23 -03:00
__init__.py 🚀 feat(api): add versioning to the API and restructure the router 2023-06-06 10:00:38 -03:00
router.py 📦 chore(router.py): add component_router to APIRouter to include component routes 2023-07-12 00:08:52 +01:00
utils.py 🐛 fix(utils.py): move merge_nested_dicts function to the top of the file for better organization 2023-07-25 21:58:09 +01:00