use default config

This commit is contained in:
yggverse 2025-08-06 13:44:15 +03:00
parent 2c73a21d22
commit e493ecdc36

View file

@ -120,7 +120,7 @@ fn rocket() -> _ {
.configure(rocket::Config {
port: config.port,
address: config.host,
..rocket::Config::debug_default()
..rocket::Config::default()
})
.manage(feed)
.manage(storage)