fix splitting layout bug - was not splitting visually original shell

This commit is contained in:
2026-05-24 09:09:03 +00:00
parent 3ab54f812a
commit ade413bac7
10 changed files with 151 additions and 1 deletions
+2
View File
@@ -205,6 +205,8 @@ func Run() {
mux.HandleFunc("/static/app.css", handleStaticCSS)
mux.HandleFunc("/static/app.js", handleStaticJS)
mux.HandleFunc("/api/workspace/", handleWorkspaceAPI)
mux.HandleFunc("/logout", handleLogout)
mux.HandleFunc("/api/refresh", handleRefresh)
ln, _ := net.Listen("tcp", *addr)
fmt.Printf("Go Web Shell https://%s\n", *addr)