mirror of
https://github.com/usememos/memos.git
synced 2025-06-05 22:09:59 +02:00
chore: update server profile
This commit is contained in:
@ -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"`
|
||||
}
|
||||
|
Reference in New Issue
Block a user