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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user