Merge pull request 'update' (#117) from update into main

Reviewed-on: Ruderverein-Donau-Linz/rowt#117
This commit is contained in:
2024-01-01 16:52:33 +01:00
11 changed files with 407 additions and 318 deletions

View File

@@ -205,6 +205,7 @@ fn unauthorized_error() -> Redirect {
#[serde(crate = "rocket::serde")]
pub struct Config {
rss_key: String,
smtp_pw: String,
}
pub fn config(rocket: Rocket<Build>) -> Rocket<Build> {