chore: update rocket example
This commit is contained in:
parent
1ccb6e4dde
commit
f92b7c0c8c
1 changed files with 2 additions and 2 deletions
|
@ -9,9 +9,9 @@ use rocket::config::{Config, Environment};
|
|||
|
||||
config! {
|
||||
ROCKET {
|
||||
HOST: String => "localhost".to_string(),
|
||||
HOST: String => "localhost",
|
||||
PORT: u16 => 9000,
|
||||
BASE_URL: String => "/".to_string(),
|
||||
BASE_URL: String => "/",
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Reference in a new issue