mirror of
https://github.com/usememos/memos.git
synced 2025-06-05 22:09:59 +02:00
feat: add user role field (#49)
* feat: add user role field * chore: fix typo * feat: update signup api
This commit is contained in:
5
api/system.go
Normal file
5
api/system.go
Normal file
@ -0,0 +1,5 @@
|
||||
package api
|
||||
|
||||
type SystemStatus struct {
|
||||
Owner *User `json:"owner"`
|
||||
}
|
Reference in New Issue
Block a user