Fixing build issues
This commit is contained in:
parent
14c38799e3
commit
5d18bd68d8
2
web.go
2
web.go
|
@ -49,7 +49,7 @@ func (web *WebServer) homepage(w http.ResponseWriter, r *http.Request) {
|
|||
if uname == nil {
|
||||
fmt.Fprintf(w, "Invalid Token")
|
||||
} else {
|
||||
t, err := template.ParseFiles("mumbledj/index.html")
|
||||
t, err := template.ParseFiles("./index.html")
|
||||
if err != nil {
|
||||
http.Error(w, err.Error(), http.StatusInternalServerError)
|
||||
return
|
||||
|
|
Reference in a new issue