You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
memos/api/v1
Mason Sun a9eb605b0f
fix: auth api json format (#2021)
Update auth.go

api/v1/auth/相关接口未应用convertUserFromStore方法,会导致User对象获得类型存在问题,导致User定义的`json:`相关的字段转化失效。
导致输出json未被正确格式化
2 years ago
..
auth
activity.go
auth.go fix: auth api json format (#2021) 2 years ago
common.go
http_getter.go
idp.go
jwt.go chore: fix request path (#2014) 2 years ago
memo.go
memo_organizer.go
memo_relation.go
memo_resource.go
openai.go
resource.go
rss.go chore: fix rss route (#2010) 2 years ago
shortcut.go
storage.go
system.go
system_setting.go
tag.go
tag_test.go
user.go fix: rss route (#2008) 2 years ago
user_setting.go feat: add hindi language translation for i18n support (#2001) 2 years ago
v1.go