Add missing port parameter

Co-Authored-By: haarts <harmaarts@gmail.com>
This commit is contained in:
hashmap 2018-10-27 10:06:01 +02:00 committed by GitHub
parent 930ceccdba
commit 456cd0318a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -835,7 +835,7 @@ pub fn build_router(
"post peers/<ip>:<port>/unban".to_string(),
"get peers/all".to_string(),
"get peers/connected".to_string(),
"get peers/<ip>".to_string(),
"get peers/<ip>:<port>".to_string(),
"get headers".to_string(),
];
let index_handler = IndexHandler { list: route_list };