Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
alimy authored Mar 29, 2023
1 parent 859d9a3 commit fbad9bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,8 @@ type LoginResp struct {
// User user interface info
type User struct {
Chain Chain `mir:"-"`
Group Group `mir:"v1"`
Chain `mir:"-"`
Group `mir:"v1"`
Login func(Post, LoginReq) LoginResp `mir:"/login/"`
Logout func(Post) `mir:"/logout/"`
}
Expand Down

0 comments on commit fbad9bd

Please sign in to comment.