Add monitor router to API
This commit is contained in:
parent
ba86bd0b2a
commit
b9f15ad473
1 changed files with 2 additions and 0 deletions
|
|
@ -9,6 +9,7 @@ from langflow.api.v1 import (
|
|||
files_router,
|
||||
flows_router,
|
||||
login_router,
|
||||
monitor_router,
|
||||
store_router,
|
||||
users_router,
|
||||
validate_router,
|
||||
|
|
@ -27,3 +28,4 @@ router.include_router(api_key_router)
|
|||
router.include_router(login_router)
|
||||
router.include_router(credentials_router)
|
||||
router.include_router(files_router)
|
||||
router.include_router(monitor_router)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue