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

@ -5,7 +5,7 @@ import (
"fmt"
"net/http"
"github.com/boojack/shortify/server/auth"
"github.com/boojack/shortify/api/v1/auth"
"github.com/boojack/shortify/store"
"github.com/labstack/echo/v4"