chore: fixes to paste ui
This commit is contained in:
@@ -71,6 +71,8 @@ func (a *image) ServeHTTP(w http.ResponseWriter, r *http.Request) {
|
||||
w.WriteHeader(http.StatusBadRequest)
|
||||
return
|
||||
}
|
||||
dec := base64.NewDecoder(base64.StdEncoding, fd)
|
||||
fd = io.NopCloser(dec)
|
||||
}
|
||||
|
||||
length := 0
|
||||
|
||||
Reference in New Issue
Block a user