This commit is contained in:
parent
e387ab88a9
commit
4b6e27bda2
2 changed files with 3 additions and 3 deletions
|
|
@ -35,9 +35,9 @@ let routes =
|
|||
in
|
||||
let status_info =
|
||||
[
|
||||
get (v "seed") --> Http_information.seed;
|
||||
get (v "config") --> Http_information.config;
|
||||
get (v "keys") --> Http_information.keys;
|
||||
get (v "seed") --> Http_info.seed;
|
||||
get (v "config") --> Http_info.config;
|
||||
get (v "keys") --> Http_info.keys;
|
||||
]
|
||||
in
|
||||
let management =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue