BUG: One more path error

This commit is contained in:
Matthew Ryan Dillon 2016-10-11 21:28:36 -07:00
parent 2500c267be
commit 52773af3b3

View file

@ -55,7 +55,7 @@ func uploadHandler(w http.ResponseWriter, r *http.Request) {
return nil
})
http.Redirect(w, r, vizpath, 301)
http.Redirect(w, r, filepath.ToSlash(vizpath), 301)
}
func main() {