Skip to content

Commit

Permalink
fix(studio): reset custom url in index.html
Browse files Browse the repository at this point in the history
resolve #65
  • Loading branch information
bsorrentino committed Jan 22, 2025
1 parent 3a70023 commit 4ec85e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion studio/src/main/js/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<lg4j-workbench title="LangGraph4j">
<lg4j-graph slot="graph"></lg4j-graph>
<lg4j-result slot="result"></lg4j-result>
<lg4j-executor slot="executor" url="http://localhost:8080" test></lg4j-executor>
<lg4j-executor slot="executor" url=""></lg4j-executor>
</lg4j-workbench>
</body>
</html>

0 comments on commit 4ec85e7

Please sign in to comment.