Skip to content

Commit

Permalink
refactor: uri -> host
Browse files Browse the repository at this point in the history
  • Loading branch information
matty-rose committed Oct 3, 2022
1 parent 791ed13 commit 6cde56b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion frontman.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[frontman]
origins = [
{ uri = "8.8.8.8" },
{ host = "8.8.8.8" },
]
2 changes: 1 addition & 1 deletion src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ pub struct FrontmanConfig {
#[allow(dead_code)]
#[derive(Deserialize, Debug)]
pub struct Origin {
uri: String,
host: String,
}

0 comments on commit 6cde56b

Please sign in to comment.