diff options
-rw-r--r-- | src/mastodon.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mastodon.rs b/src/mastodon.rs index 085376e..fb67241 100644 --- a/src/mastodon.rs +++ b/src/mastodon.rs @@ -46,7 +46,7 @@ impl From<Data> for Mastodon { } } impl Mastodon { - methods![get and get_with_call_id, post and post_with_call_id, put and put_with_call_id, delete and delete_with_call_id,]; + methods![get and get_with_call_id, post and post_with_call_id, delete and delete_with_call_id,]; paged_routes! { (get) favourites: "favourites" => Status, |