Skip to content

Commit

Permalink
fix: schema for Image
Browse files Browse the repository at this point in the history
  • Loading branch information
lich0821 committed Feb 15, 2024
1 parent 118f5e1 commit a647189
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src-tauri/src/endpoints.rs
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ pub fn get_routes(
delete_chatroom_member, revoke_msg),
components(schemas(
ApiResponse<bool>, ApiResponse<String>, AttachMsg, AudioMsg, DbNames, DbQuery, DbTable, DbTables,
DecPath, ForwardMsg, MemberMgmt, MsgTypes, PatMsg, PathMsg, RichText, RpcContact, RpcContacts,
DecPath, ForwardMsg, Image, MemberMgmt, MsgTypes, PatMsg, PathMsg, RichText, RpcContact, RpcContacts,
TextMsg, Transfer, UserInfo, Verification,
)),
tags((name = "WCF", description = "玩微信的接口")),
Expand Down

0 comments on commit a647189

Please sign in to comment.