Flash messages using axum-messages
This commit is contained in:
@@ -85,6 +85,7 @@ pub async fn subscribe(
|
||||
connection_pool,
|
||||
email_client,
|
||||
base_url,
|
||||
..
|
||||
}): State<AppState>,
|
||||
Form(form): Form<FormData>,
|
||||
) -> Result<Response, SubscribeError> {
|
||||
|
||||
Reference in New Issue
Block a user