aboutsummaryrefslogtreecommitdiff
path: root/src/main.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.rs')
-rw-r--r--src/main.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.rs b/src/main.rs
index 7a33bab..1a5c628 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -57,7 +57,7 @@ async fn main() {
Err(e) => return println!("unable to build configuration: {}", e),
};
- let resp = reqwest::get("http://127.0.0.1:5000")
+ let resp = reqwest::get("http://127.0.0.1:8500")
.await
.unwrap()
.json::<HashMap<String, String>>()