mirror of
https://github.com/redlib-org/redlib.git
synced 2025-05-14 05:52:53 +00:00
Update README with Reddit Comparison
This commit is contained in:
parent
9ecbd25488
commit
dc0b5f42e6
2 changed files with 81 additions and 6 deletions
|
@ -18,7 +18,8 @@ struct PostTemplate {
|
|||
}
|
||||
|
||||
async fn render(id: String, sort: Option<String>, comment_id: Option<String>) -> Result<HttpResponse> {
|
||||
// Log the post ID being fetched
|
||||
// Log the post ID being fetched in debug mode
|
||||
#[cfg(debug_assertions)]
|
||||
dbg!(&id);
|
||||
|
||||
// Handling sort paramater
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue