Skip to content

Commit

Permalink
Changed Register Response
Browse files Browse the repository at this point in the history
  • Loading branch information
Ju-Wiluis William Rodriguez Hernandez committed Jun 23, 2024
1 parent f689dce commit 27067de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion handlers/register.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ func RegisterHandler(w http.ResponseWriter, r *http.Request) {
}

// Respond with token
response := map[string]string{"response": userId}
response := map[string]string{"uuid": userId}
json.NewEncoder(w).Encode(response)
}

0 comments on commit 27067de

Please sign in to comment.