mirror of
https://github.com/beego/bee.git
synced 2024-11-22 20:20:55 +00:00
Fix a spelling typo, 'lonin to 'login''
This commit is contained in:
parent
0f0a217752
commit
ad366a3bb1
@ -472,7 +472,7 @@ func (u *UserController) Delete() {
|
|||||||
// @Description Logs user into the system
|
// @Description Logs user into the system
|
||||||
// @Param username query string true "The username for login"
|
// @Param username query string true "The username for login"
|
||||||
// @Param password query string true "The password for login"
|
// @Param password query string true "The password for login"
|
||||||
// @Success 200 {string} lonin success
|
// @Success 200 {string} login success
|
||||||
// @Failure 403 user not exist
|
// @Failure 403 user not exist
|
||||||
// @router /login [get]
|
// @router /login [get]
|
||||||
func (u *UserController) Login() {
|
func (u *UserController) Login() {
|
||||||
|
Loading…
Reference in New Issue
Block a user