mirror of
				https://github.com/beego/bee.git
				synced 2025-10-31 02:13:23 +00:00 
			
		
		
		
	Merge pull request #85 from kurtzh/patch-1
Fix a spelling typo, 'lonin to 'login''
This commit is contained in:
		| @@ -472,7 +472,7 @@ func (u *UserController) Delete() { | ||||
| // @Description Logs user into the system | ||||
| // @Param	username		query 	string	true		"The username 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 | ||||
| // @router /login [get] | ||||
| func (u *UserController) Login() { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 astaxie
					astaxie