mirror of
https://github.com/langchain-ai/langgraph.git
synced 2026-09-06 09:47:51 +02:00
chore(cli): Pass through webhook configuration in dev server (#6557)
This commit is contained in:
@@ -760,6 +760,7 @@ def dev(
|
||||
http=config_json.get("http"),
|
||||
ui=config_json.get("ui"),
|
||||
ui_config=config_json.get("ui_config"),
|
||||
webhooks=config_json.get("webhooks"),
|
||||
studio_url=studio_url,
|
||||
allow_blocking=allow_blocking,
|
||||
tunnel=tunnel,
|
||||
|
||||
Reference in New Issue
Block a user