mirror of https://github.com/perkeep/perkeep.git
website: fix missing return from prev commit
Change-Id: Ia74013db252601a9dbd7eb7911e1dc892e1c56b4
This commit is contained in:
parent
528a201827
commit
60a2885a20
|
@ -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