aboutsummaryrefslogtreecommitdiff
path: root/cmd
diff options
context:
space:
mode:
Diffstat (limited to 'cmd')
-rw-r--r--cmd/apeirophobia/main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/apeirophobia/main.go b/cmd/apeirophobia/main.go
index 2ba6dc2..0e36a8e 100644
--- a/cmd/apeirophobia/main.go
+++ b/cmd/apeirophobia/main.go
@@ -43,7 +43,7 @@ func main() {
slog.Debug("starting up", "hostname", *tsHostname)
- http.DefaultServeMux.Handle("/static/", http.FileServer(http.FS(staticFiles)))
+ http.Handle("/static/", http.FileServer(http.FS(staticFiles)))
srv := &tsnet.Server{
Hostname: *tsHostname,