fix: moved to licenceServiceInterface

This commit is contained in:
Alex
2025-03-11 20:39:45 +01:00
parent cfc10ab087
commit 0c3204df15

View File

@@ -10,7 +10,7 @@ import (
)
type LicenceController struct {
Service services.LicenceService
Service services.LicenceServiceInterface
}
func (lc *LicenceController) GetAllCategories(c *gin.Context) {