BUG: One more path error
This commit is contained in:
parent
2500c267be
commit
52773af3b3
1 changed files with 1 additions and 1 deletions
2
main.go
2
main.go
|
@ -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() {
|
||||
|
|
Loading…
Add table
Reference in a new issue