Fixed bug in root rendering

This commit is contained in:
Magnus Åhall 2026-05-29 09:23:33 +02:00
parent bbce399bc3
commit 2582de90aa
5 changed files with 2 additions and 13 deletions

View file

@ -195,6 +195,7 @@ func rootHandler(w http.ResponseWriter, r *http.Request) { // {{{
w.Write([]byte(err.Error()))
return
}
return
}
Webengine.StaticResource(w, r)