fix: resolve overlapping route and deprecated base64 decode usage

Co-authored-by: aider (openai/andrew/openrouter/anthropic/claude-sonnet-4) <aider@aider.chat>
This commit is contained in:
Andrew Phillips
2025-08-13 13:05:14 -03:00
parent 50150ce23d
commit 20a227fc9e
4 changed files with 3 additions and 7 deletions

View File

@@ -130,7 +130,7 @@ pub async fn handle_list_items(
)
)]
pub async fn handle_post_item(
State(state): State<AppState>,
State(_state): State<AppState>,
) -> Result<Json<ApiResponse<ItemInfo>>, StatusCode> {
// This is a simplified implementation