json: cannot unmarshal object into Go value of type []server.Feedback #531
timurchikk
started this conversation in
General
Replies: 1 comment
-
Actually, the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I send a request from Postman
{
"FeedbackType": "review",
"UserId": "1",
"ItemId": "1",
"Timestamp": "2022-08-25"
}
but i get an error "json: cannot unmarshal object into Go value of type []server.Feedback"
Beta Was this translation helpful? Give feedback.
All reactions