Merge pull request 'update' (#117) from update into main
Some checks failed
CI/CD Pipeline / deploy-staging (push) Waiting to run
CI/CD Pipeline / deploy-main (push) Waiting to run
CI/CD Pipeline / test (push) Has been cancelled

Reviewed-on: #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> {