diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2020-05-08 10:34:10 +0200 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2020-05-08 10:34:10 +0200 |
commit | 506d4b1cbfe36108594eb4819593c9b9aecb8358 (patch) | |
tree | 4a3ce2d652ca0ac6dee3845ec7585c42517d707a /src | |
parent | fdffe913974a281ca6ff79389875a2fb29e353b7 (diff) | |
download | diplonat-506d4b1cbfe36108594eb4819593c9b9aecb8358.tar.gz diplonat-506d4b1cbfe36108594eb4819593c9b9aecb8358.zip |
WIP
Diffstat (limited to 'src')
-rw-r--r-- | src/main.rs | 2 |
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>>() |