mirror of
https://github.com/usememos/memos.git
synced 2025-06-05 22:09:59 +02:00
feat: get image blob in backend (#495)
* feat: get image blob in backend * chore: update
This commit is contained in:
@@ -161,7 +161,6 @@ func (s *Server) registerResourceRoutes(g *echo.Group) {
|
||||
if _, err := c.Response().Writer.Write(resource.Blob); err != nil {
|
||||
return echo.NewHTTPError(http.StatusInternalServerError, "Failed to write resource blob").SetInternal(err)
|
||||
}
|
||||
|
||||
return nil
|
||||
})
|
||||
|
||||
|
Reference in New Issue
Block a user