Fixed bug in root rendering
This commit is contained in:
parent
bbce399bc3
commit
2582de90aa
5 changed files with 2 additions and 13 deletions
1
main.go
1
main.go
|
|
@ -195,6 +195,7 @@ func rootHandler(w http.ResponseWriter, r *http.Request) { // {{{
|
|||
w.Write([]byte(err.Error()))
|
||||
return
|
||||
}
|
||||
return
|
||||
}
|
||||
|
||||
Webengine.StaticResource(w, r)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue