Show user by ID implemented
At /users/{id},
Also minor bugfixes and improvements
This commit is contained in:
@@ -36,7 +36,7 @@ pub struct TicketProps {
|
||||
}
|
||||
|
||||
#[derive(Deserialize, Debug)]
|
||||
pub struct ApiError {
|
||||
struct ApiError {
|
||||
message: String,
|
||||
_status: String,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user