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
|
in
|
||||||
let status_info =
|
let status_info =
|
||||||
[
|
[
|
||||||
get (v "seed") --> Http_information.seed;
|
get (v "seed") --> Http_info.seed;
|
||||||
get (v "config") --> Http_information.config;
|
get (v "config") --> Http_info.config;
|
||||||
get (v "keys") --> Http_information.keys;
|
get (v "keys") --> Http_info.keys;
|
||||||
]
|
]
|
||||||
in
|
in
|
||||||
let management =
|
let management =
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue