[][src]Function comment_app_backend::handlers::add_comment

pub async fn add_comment(
    new_comment: Comment,
    db_conn: Arc<Mutex<Connection>>
) -> Result<impl Reply, Infallible>