chore: update auth middleware (#2057)

* chore: update auth middleware

* chore: update

* chore: update
This commit is contained in:
boojack
2023-07-31 20:55:40 +08:00
committed by GitHub
parent cc3a47fc65
commit 5f819fc86f
22 changed files with 313 additions and 540 deletions

View File

@ -11,7 +11,7 @@ import (
"time"
"github.com/pkg/errors"
"github.com/usememos/memos/api/v1/auth"
"github.com/usememos/memos/api/auth"
"github.com/usememos/memos/server"
"github.com/usememos/memos/server/profile"
"github.com/usememos/memos/store"