Open jleung51 opened 8 years ago
The error can be found here.
Because the || operator is used instead of the && operator, the server will respond with status_codes::BadRequest regardless of the operation name.
||
&&
status_codes::BadRequest
The error can be found here.
Because the
||
operator is used instead of the&&
operator, the server will respond withstatus_codes::BadRequest
regardless of the operation name.