Skip to content

Commit

Permalink
optimize examples
Browse files Browse the repository at this point in the history
  • Loading branch information
alimy committed Mar 6, 2024
1 parent 36058b4 commit 3e74654
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion examples/servants/core.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,4 @@ func (baseSrv) Render(c *gin.Context, data any, err mir.Error) {
} else {
c.JSON(err.StatusCode(), err.Error())
}
c.String(http.StatusNotImplemented, "")
}

0 comments on commit 3e74654

Please sign in to comment.