feat: migrate workspace to api v1

This commit is contained in:
Steven
2023-06-20 17:06:22 +08:00
parent 74021134da
commit 96704162d8
7 changed files with 195 additions and 546 deletions

View File

@ -7,6 +7,7 @@ import (
"github.com/boojack/shortify/server/auth"
"github.com/boojack/shortify/store"
"github.com/labstack/echo/v4"
"golang.org/x/crypto/bcrypt"
)