some refactoring, more to go

This commit is contained in:
Ethan Knowlton 2023-09-22 21:23:16 -04:00
parent 08a55bc67f
commit 02619025af
1 changed files with 1 additions and 1 deletions

View File

@ -316,7 +316,7 @@ func (s *Server) DefaultHandler(w http.ResponseWriter, r *http.Request) *appErro
s.LookupPort != nil,
s.Sponsor,
}
fmt.Printf("%+v\n", data);
if err := t.Execute(w, &data); err != nil {
return internalServerError(err)
}