refactor: update module name and adjust import paths to legalgo-BE-go

This commit is contained in:
Ardeman
2025-02-27 07:25:25 +08:00
parent 0a87f85358
commit da5b65b582
38 changed files with 100 additions and 79 deletions
+2 -2
View File
@@ -3,8 +3,8 @@ package authsvc
import (
"errors"
authdomain "github.com/ardeman/project-legalgo-go/internal/domain/auth"
"github.com/ardeman/project-legalgo-go/internal/utilities/utils"
authdomain "legalgo-BE-go/internal/domain/auth"
"legalgo-BE-go/internal/utilities/utils"
)
func (sv *AuthSvc) LoginAsStaff(spec authdomain.LoginReq) (string, error) {