Fixes and improvements courtesy of Daan (black-puppydog) #6

Merged
glyph merged 13 commits from black_puppydog_fixes into main 2022-10-02 16:43:03 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 27b2a32572 - Show all commits

View File

@ -168,7 +168,7 @@ Then add the subscription route handlers to the existing code in `src/routes.rs`
```rust
use log::info;
use rocket::{form::Form, get, post, response::Redirect, uri, FromFor}
use rocket::{form::Form, get, post, response::Redirect, uri, FromForm}
#[derive(FromForm)]
pub struct PeerForm {