chore: update data initial requests (#538)

This commit is contained in:
boojack
2022-11-22 23:45:11 +08:00
committed by GitHub
parent 362306a9cb
commit a0667abec8
12 changed files with 111 additions and 135 deletions

View File

@ -3,9 +3,9 @@ package api
import "github.com/usememos/memos/server/profile"
type SystemStatus struct {
Host *User `json:"host"`
Profile *profile.Profile `json:"profile"`
DBSize int64 `json:"dbSize"`
Host *User `json:"host"`
Profile profile.Profile `json:"profile"`
DBSize int64 `json:"dbSize"`
// System settings
// Allow sign up.