update license
This commit is contained in:
@@ -125,7 +125,7 @@ func (h *Handler) GetAll(c *gin.Context) {
|
||||
return
|
||||
}
|
||||
|
||||
licenseResponses := response.FromEntityList(licenses)
|
||||
licenseResponses := response.FromEntityListAll(licenses)
|
||||
|
||||
c.JSON(http.StatusOK, response.BaseResponse{
|
||||
Success: true,
|
||||
|
||||
Reference in New Issue
Block a user