Add frontpage

drew/sql-it
Drew Bednar 7 months ago
parent cca682b67e
commit 8d47a5a76f

@ -156,7 +156,7 @@ func saveHandler(w http.ResponseWriter, r *http.Request, title string) {
}
func frontPageHandler(w http.ResponseWriter, r *http.Request) {
http.Redirect(w, r, filepath.Join("/view", "FrontPage"), http.StatusFound)
http.Redirect(w, r, "/viewFrontPage", http.StatusFound)
}
func main() {

Loading…
Cancel
Save