feat: add redirect api

This commit is contained in:
steven
2022-09-30 08:41:35 +08:00
parent 39e00637a3
commit 02619882d1
6 changed files with 65 additions and 2 deletions

View File

@@ -91,6 +91,7 @@ func (s *Server) registerShortcutRoutes(g *echo.Group) {
}
list := []*api.Shortcut{}
if shortcutFind.WorkspaceID == nil {
shortcutFind.MemberID = &userID
}