plz
Some checks failed
Build and Push Docker Image / Build image (push) Has been cancelled

This commit is contained in:
ACoolName 2025-04-09 04:05:04 +03:00
parent f1919d0602
commit 4263647288

View File

@ -84,8 +84,8 @@ func (con *AuthApi) LoggedIn(ctx *gin.Context) {
}
type SignUpRequest struct {
Username string
Password string
Username string `json:"username"`
Password string `json:"password"`
}
func (con AuthApi) signUp(ctx *gin.Context) {