website: fix missing return from prev commit

Change-Id: Ia74013db252601a9dbd7eb7911e1dc892e1c56b4
This commit is contained in:
mpl 2016-01-19 00:46:46 +01:00
parent 528a201827
commit 60a2885a20
1 changed files with 1 additions and 0 deletions

View File

@ -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)
})