mirror of
https://github.com/usememos/memos.git
synced 2025-06-05 22:09:59 +02:00
Add resources api (#9)
* feat: add resource api * update delete model return variables
This commit is contained in:
@ -4,6 +4,7 @@ var Codes = map[string]int{
|
||||
"NOT_AUTH": 20001,
|
||||
|
||||
"REQUEST_BODY_ERROR": 40001,
|
||||
"UPLOAD_FILE_ERROR": 40002,
|
||||
|
||||
"DATABASE_ERROR": 50001,
|
||||
}
|
||||
|
Reference in New Issue
Block a user