This commit is contained in:
PB
2023-10-01 21:35:21 +02:00
parent 380fe41d1a
commit 1909744c79
23 changed files with 790 additions and 320 deletions

View File

@@ -4,7 +4,7 @@ import (
"errors"
"strconv"
"git.pbiernat.dev/egommerce/identity-service/pkg/config"
"git.pbiernat.dev/egosport/identity-svc/pkg/config"
"github.com/gofiber/fiber/v2"
)

View File

@@ -5,7 +5,7 @@ import (
"strconv"
"time"
"git.pbiernat.dev/egommerce/identity-service/pkg/config"
"git.pbiernat.dev/egosport/identity-svc/pkg/config"
"github.com/golang-jwt/jwt"
)