mirror of
https://github.com/mimblewimble/grin.git
synced 2025-02-01 17:01:09 +03:00
Add missing port parameter
Co-Authored-By: haarts <harmaarts@gmail.com>
This commit is contained in:
parent
930ceccdba
commit
456cd0318a
1 changed files with 1 additions and 1 deletions
|
@ -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 };
|
||||
|
|
Loading…
Reference in a new issue