| commit | 2032b1c1971ceb85ca14b20273a3783729fba3e3 | [log] [tgz] |
|---|---|---|
| author | Philip Zeyliger <philip.zeyliger@gmail.com> | Wed Apr 23 19:40:42 2025 -0700 |
| committer | Philip Zeyliger <philip.zeyliger@gmail.com> | Wed Apr 23 19:40:42 2025 -0700 |
| tree | 0486e9222643ffcbbd34286148f4a7913a169668 | |
| parent | 4f50a68ac73677c0022b2b3da8b4667cee01c11b [diff] [blame] |
Move webui from /loop/webui to /webui Thanks, perl (and git mv): perl -pi -e s,loop/webui,webui,g $(git grep -l loop/webui)
diff --git a/loop/server/loophttp.go b/loop/server/loophttp.go index 271375b..e1b76ad 100644 --- a/loop/server/loophttp.go +++ b/loop/server/loophttp.go
@@ -25,7 +25,7 @@ "github.com/creack/pty" "sketch.dev/ant" "sketch.dev/loop" - "sketch.dev/loop/webui" + "sketch.dev/webui" ) // terminalSession represents a terminal session with its PTY and the event channel