From 42636472882b345afaf626d3782ad201533eec6e Mon Sep 17 00:00:00 2001 From: ACoolName Date: Wed, 9 Apr 2025 04:05:04 +0300 Subject: [PATCH] plz --- auth/auth.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/auth/auth.go b/auth/auth.go index d0c1fee..815ce5b 100644 --- a/auth/auth.go +++ b/auth/auth.go @@ -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) {