+ rename
This commit is contained in:
parent
8caf83e90a
commit
3b24e17c60
4 changed files with 40 additions and 40 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 =
|
||||
|
|
@ -76,7 +76,7 @@ let () =
|
|||
let env : Devices.env =
|
||||
{ caqti_switch; db_uri= Config.Exchangedb_postgres.config }
|
||||
in
|
||||
let devices = Vif.Devices.[ Devices.db_connection; Devices.secmod ] in
|
||||
let devices = Vif.Devices.[ Devices.db_connection; Devices.keys ] in
|
||||
let middlewares = Vif.Middlewares.[] in
|
||||
Logs.info (fun m ->
|
||||
m ~tags:(Util.Log_reporter.detail "...") "Starting MTE server");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue