File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
typescript-sdk/apps/dojo/src Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ export default function getEnvVars(): envVars {
27
27
mastraUrl : process . env . MASTRA_URL || 'http://localhost:4111' ,
28
28
langgraphPythonUrl : process . env . LANGGRAPH_PYTHON_URL || 'http://localhost:2024' ,
29
29
langgraphFastApiUrl : process . env . LANGGRAPH_FAST_API_URL || 'http://localhost:8000' ,
30
- langgraphTypescriptUrl : process . env . LANGGRAPH_TYPESCRIPT_URL || 'http://localhost:8000 ' ,
30
+ langgraphTypescriptUrl : process . env . LANGGRAPH_TYPESCRIPT_URL || 'http://localhost:2024 ' ,
31
31
agnoUrl : process . env . AGNO_URL || 'http://localhost:9001' ,
32
32
llamaIndexUrl : process . env . LLAMA_INDEX_URL || 'http://localhost:9000' ,
33
33
crewAiUrl : process . env . CREW_AI_URL || 'http://localhost:9002' ,
You can’t perform that action at this time.
0 commit comments