-
Notifications
You must be signed in to change notification settings - Fork 46
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(studio): reset custom url in index.html
resolve #65
- Loading branch information
1 parent
6551538
commit 3d173ed
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |