mirror of
https://github.com/YGGverse/btracker.git
synced 2026-03-31 17:15:31 +00:00
use release_default profile
This commit is contained in:
parent
cdca62bd79
commit
7d25d7222a
1 changed files with 1 additions and 1 deletions
|
|
@ -203,7 +203,7 @@ fn rocket() -> _ {
|
|||
..if config.debug {
|
||||
rocket::Config::debug_default()
|
||||
} else {
|
||||
rocket::Config::default()
|
||||
rocket::Config::release_default()
|
||||
}
|
||||
})
|
||||
.manage(scraper)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue