use yml
This commit is contained in:
@@ -9,7 +9,7 @@ package serializers
|
||||
import "go_blog/models"
|
||||
|
||||
type Login struct {
|
||||
Username string `form:"usernmae"; json:"username"`
|
||||
Username string `form:"username"; json:"username"`
|
||||
Password string `form:"password"; json:"password"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user