Show user by ID implemented

At /users/{id},
Also minor bugfixes and improvements
This commit is contained in:
2026-04-29 20:54:14 +02:00
parent 6dfa21a005
commit 63af32c4af
3 changed files with 79 additions and 4 deletions

View File

@@ -36,7 +36,7 @@ pub struct TicketProps {
}
#[derive(Deserialize, Debug)]
pub struct ApiError {
struct ApiError {
message: String,
_status: String,
}