base structure

This commit is contained in:
ctengiz
2024-04-15 10:00:31 +03:00
parent 19d9d24530
commit 61f5f8fe04
21 changed files with 846 additions and 55 deletions

View File

@@ -13,6 +13,6 @@ func login(w http.ResponseWriter, r *http.Request) {
return
}
clientResp := authResp.GetEndUserReponse()
clientResp := authResp.GetEndUserResponse()
mhttp.ResponseSuccess(w, clientResp)
}