update license

This commit is contained in:
aditya.siregar
2024-07-30 00:55:20 +07:00
parent 5b286fd44c
commit 2d1c450f65
7 changed files with 44 additions and 10 deletions
+1 -1
View File
@@ -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,