diff options
| author | Tim Keller <tjk@tjkeller.xyz> | 2026-05-17 00:29:39 -0500 |
|---|---|---|
| committer | Tim Keller <tjk@tjkeller.xyz> | 2026-05-17 00:29:39 -0500 |
| commit | d4f8fc15b7e6a2204e8dda92a083684d93a5fa59 (patch) | |
| tree | 74196a63e31a244170c2e35863e655af8b06d008 /main.go | |
| parent | 1316aa7ca5e1668bbb7967264540bff3c8dbef86 (diff) | |
| download | embedtube-d4f8fc15b7e6a2204e8dda92a083684d93a5fa59.tar.xz embedtube-d4f8fc15b7e6a2204e8dda92a083684d93a5fa59.zip | |
refactor some and client side support for new api + cleanup client code and fix some server bugs
Diffstat (limited to 'main.go')
| -rw-r--r-- | main.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -18,7 +18,7 @@ func rootHandler(w http.ResponseWriter, r *http.Request) { //http.ServeFile(w, r, "static/index.html") renderIndexTemplate(w) } else { - renderWatchTemplate(w, path) + renderWatchTemplate(w, path) // FIXME just redirect this one to /watch for simplicity } } |
