mirror of
https://github.com/spikecodes/libreddit.git
synced 2026-01-23 21:14:07 +01:00
Default Comment Sort Setting
This commit is contained in:
@@ -80,9 +80,6 @@ async fn main() -> std::io::Result<()> {
|
||||
.route("/r/{sub}/comments/{id}/{title}/{comment_id}/", web::get().to(post::item))
|
||||
})
|
||||
.bind(&address)
|
||||
.map(|x| {
|
||||
x
|
||||
})
|
||||
.unwrap_or_else(|_| panic!("Cannot bind to the address: {}", address))
|
||||
.run()
|
||||
.await
|
||||
|
||||
Reference in New Issue
Block a user