chore: move auth to apiv1

This commit is contained in:
Steven
2023-07-10 21:40:55 +08:00
parent 05bc21b660
commit d866d5b53b
3 changed files with 4 additions and 6 deletions

View File

@ -7,8 +7,8 @@ import (
"strings"
"time"
"github.com/boojack/shortify/api/v1/auth"
"github.com/boojack/shortify/internal/util"
"github.com/boojack/shortify/server/auth"
"github.com/boojack/shortify/store"
"github.com/golang-jwt/jwt/v4"
"github.com/labstack/echo/v4"