revert stringResponse change

should have been a separate commit with other changes.
pull/297/head
Harvey Tindall 5 months ago
parent 6c30a1ff40
commit fcdd4e4518
No known key found for this signature in database
GPG Key ID: BBC65952848FB1A2

@ -5,9 +5,9 @@ import (
)
type stringResponse struct {
Response string `json:"response" example:"message"`
ErrorText string `json:"error" example:"No special symbols allowed."`
ErrorCode string `json:"error_code" example:"errorSpecialSymbols"`
Response string `json:"response" example:"message"`
Error/*Text*/ string `json:"error" example:"No special symbols allowed."`
// ErrorCode string `json:"error_code" example:"errorSpecialSymbols"`
}
type boolResponse struct {

Loading…
Cancel
Save