🚧 working on get-endpoint
This commit is contained in:
parent
43be8ac33e
commit
702e1d8458
3 changed files with 23 additions and 7 deletions
|
@ -39,8 +39,6 @@ func main() {
|
|||
return
|
||||
}
|
||||
|
||||
|
||||
|
||||
// Respond with the ID of the newly inserted respondent
|
||||
c.JSON(http.StatusOK, gin.H{"respondentID": respondentId})
|
||||
})
|
||||
|
|
Reference in a new issue