fix membership application error

This commit is contained in:
2024-04-08 19:04:57 +02:00
parent db3158d4e7
commit 3b9103e9aa
3 changed files with 32 additions and 7 deletions

View File

@@ -1,6 +1,5 @@
use std::net::IpAddr;
use futures::{stream, StreamExt};
use rocket::{
form::Form,
get,