mirror of
https://github.com/YGGverse/btracker.git
synced 2026-03-31 17:15:31 +00:00
use default config
This commit is contained in:
parent
2c73a21d22
commit
e493ecdc36
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue