update config

This commit is contained in:
aditya.siregar
2025-05-03 10:50:41 +07:00
parent d77f7c7981
commit f0a7c6352f
18 changed files with 438 additions and 55 deletions
+3 -1
View File
@@ -2,6 +2,7 @@ package auth
import (
"enaklo-pos-be/internal/constants/role"
"enaklo-pos-be/internal/services/member"
"fmt"
"net/http"
"strings"
@@ -15,7 +16,8 @@ import (
)
type AuthHandler struct {
service services.Auth
service services.Auth
memberSvc member.RegistrationService
}
func (a *AuthHandler) Route(group *gin.RouterGroup, jwt gin.HandlerFunc) {