func handleError500()

in pkg/api/postservice_api.go [61:63]


func handleError500(c *gin.Context, err error) bool {
	return handleError(c, err, http.StatusInternalServerError)
}