chore: update server profile

This commit is contained in:
boojack
2022-05-22 09:29:34 +08:00
parent 0b3c77c79c
commit c3c2882dc5
8 changed files with 56 additions and 58 deletions

View File

@ -1,8 +1,8 @@
package api
import "memos/common"
import "memos/server/profile"
type SystemStatus struct {
Owner *User `json:"owner"`
Profile *common.Profile `json:"profile"`
Owner *User `json:"owner"`
Profile *profile.Profile `json:"profile"`
}