diff --git a/cmd/server/main.go b/cmd/server/main.go index 733d6b9..97f6651 100644 --- a/cmd/server/main.go +++ b/cmd/server/main.go @@ -6,6 +6,7 @@ import ( "bytes" "log" "net/http" + "strings" "github.com/go-playground/validator/v10" jwtgo "github.com/golang-jwt/jwt"