add devices.ml; denom.ml
This commit is contained in:
parent
4611c1e057
commit
85ddb8194f
5 changed files with 22 additions and 29 deletions
|
|
@ -123,12 +123,5 @@ let () =
|
|||
in
|
||||
Miou_unix.run @@ fun () ->
|
||||
let env = () in
|
||||
let devices =
|
||||
Vif.Devices.
|
||||
[
|
||||
Secmod_keys.signkey_device; Secmod_keys.denom_device;
|
||||
Secmod_denom.denom_device;
|
||||
]
|
||||
in
|
||||
let middlewares = Vif.Middlewares.[] in
|
||||
Vif.run ~cfg ~devices ~middlewares routes env
|
||||
Vif.run ~cfg ~devices:Devices.v ~middlewares routes env
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue