mirror of
https://github.com/usememos/memos.git
synced 2024-12-19 09:02:49 +03:00
f1cca0f298
* feat: add user role field * chore: fix typo * feat: update signup api
6 lines
70 B
Go
6 lines
70 B
Go
package api
|
|
|
|
type SystemStatus struct {
|
|
Owner *User `json:"owner"`
|
|
}
|