From c1c5d23f92f3bd604214c493fdc0c32f5bcf1933 Mon Sep 17 00:00:00 2001 From: ACoolName Date: Wed, 9 Apr 2025 04:14:08 +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 815ce5b..01cf25b 100644 --- a/auth/auth.go +++ b/auth/auth.go @@ -119,8 +119,8 @@ func (con AuthApi) signUp(ctx *gin.Context) { } type SignInRequest struct { - Username string - Password string + Username string `json:"username"` + Password string `json:"password"` } func (con AuthApi) signIn(ctx *gin.Context) {