Update README with Reddit Comparison

This commit is contained in:
spikecodes 2020-12-21 21:40:06 -08:00
parent 9ecbd25488
commit dc0b5f42e6
2 changed files with 81 additions and 6 deletions

View file

@ -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