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 6551538 commit 3d173ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion studio/src/main/resources/webapp/index.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<!DOCTYPE html><html lang="en" data-theme="dark"><head><meta charset="utf-8"><link rel="icon" type="image/svg+xml" href="favicon.f52b468d.svg"><link href="index.8a4fa1fb.css" type="text/css" rel="stylesheet"><meta name="viewport" content="width=device-width, initial-scale=1.0"><title>LangGraph4j App</title><script type="module" src="index.e5732de4.js"></script><script type="module" src="index.e63dcf3e.js"></script><script type="module" src="index.0507f249.js"></script><script type="module" src="index.19ba425e.js"></script><script type="module" src="index.8556b48d.js"></script><script type="module" src="index.03df092c.js"></script></head><body> <lg4j-workbench title="LangGraph4j"> <lg4j-graph slot="graph"></lg4j-graph> <lg4j-result slot="result"></lg4j-result> <lg4j-executor slot="executor" url="http://localhost:8080"></lg4j-executor> </lg4j-workbench> </body></html>
<!DOCTYPE html><html lang="en" data-theme="dark"><head><meta charset="utf-8"><link rel="icon" type="image/svg+xml" href="favicon.f52b468d.svg"><link href="index.8a4fa1fb.css" type="text/css" rel="stylesheet"><meta name="viewport" content="width=device-width, initial-scale=1.0"><title>LangGraph4j App</title><script type="module" src="index.e5732de4.js"></script><script type="module" src="index.e63dcf3e.js"></script><script type="module" src="index.0507f249.js"></script><script type="module" src="index.19ba425e.js"></script><script type="module" src="index.8556b48d.js"></script><script type="module" src="index.03df092c.js"></script></head><body> <lg4j-workbench title="LangGraph4j"> <lg4j-graph slot="graph"></lg4j-graph> <lg4j-result slot="result"></lg4j-result> <lg4j-executor slot="executor" url></lg4j-executor> </lg4j-workbench> </body></html>

0 comments on commit 3d173ed

Please sign in to comment.