Skip to content

Commit

Permalink
fix(be): Fix list-played url
Browse files Browse the repository at this point in the history
  • Loading branch information
MendyBerger committed Jun 17, 2024
1 parent 7895d2c commit 6963a8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shared/rust/src/domain/jig.rs
Original file line number Diff line number Diff line change
Expand Up @@ -778,7 +778,7 @@ pub struct ListLikedRequest {
pub page_limit: Option<u32>,
}

make_path_parts!(ListPlayedPath => "/v1/jig/likes");
make_path_parts!(ListPlayedPath => "/v1/jig/played");

/// Response for request for list of played jigs.
#[derive(Serialize, Deserialize, Clone, Debug, Default)]
Expand Down

0 comments on commit 6963a8b

Please sign in to comment.