mirror of https://github.com/perkeep/perkeep.git
Merge "website: fix missing return from prev commit"
This commit is contained in:
commit
c6fa8ab12d
|
@ -143,6 +143,7 @@ func repro(host, userpass string) error {
|
|||
return
|
||||
}
|
||||
fmt.Fprintf(w, "Hello World, it is %v, and I received a %v for %v.", time.Now(), r.Method, r.URL.Path)
|
||||
return
|
||||
}
|
||||
sendUnauthorized(w, r)
|
||||
})
|
||||
|
|
Loading…
Reference in New Issue