Add update username method

This commit is contained in:
Marco Realacci 2022-11-18 17:18:46 +01:00
parent 626b7fa3e9
commit 7c2c993dc3
10 changed files with 82 additions and 9 deletions

View file

@ -14,7 +14,7 @@ type _reqbody struct {
}
type _respbody struct {
UID string `json:"uid"`
UID string `json:"user_id"`
}
// getContextReply is an example of HTTP endpoint that returns "Hello World!" as a plain text. The signature of this