Skip to content

Commit

Permalink
fix: swagger with wrong response data
Browse files Browse the repository at this point in the history
  • Loading branch information
RakuJa committed Jun 6, 2024
1 parent acbee1f commit fe364ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/shop.rs
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ pub async fn get_shop_listing(
),
responses(
(status=200, description = "Successful Response", body = RandomShopData),
(status=200, description = "Successful Response", body = ShopListingResponse),
(status=400, description = "Bad request.")
),
)]
Expand Down

0 comments on commit fe364ee

Please sign in to comment.