diff options
Diffstat (limited to 'cmd/within.website')
| -rw-r--r-- | cmd/within.website/main.go | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/cmd/within.website/main.go b/cmd/within.website/main.go index 8bb5c75..552d917 100644 --- a/cmd/within.website/main.go +++ b/cmd/within.website/main.go @@ -10,7 +10,6 @@ import ( "github.com/a-h/templ" "go.jetpack.io/tyson" - "tailscale.com/tsweb" "within.website/x/internal" "within.website/x/web/vanity" "within.website/x/xess" @@ -83,7 +82,6 @@ func main() { } xess.Mount(mux) - mux.HandleFunc("/debug/varz", tsweb.VarzHandler) mux.Handle("/{$}", templ.Handler( xess.Base( |
