This commit is contained in:
parent
f7b1de3a5a
commit
5c076293ce
1 changed files with 5 additions and 1 deletions
|
|
@ -123,7 +123,11 @@ let () =
|
|||
Miou_unix.run @@ fun () ->
|
||||
let env = () in
|
||||
let devices =
|
||||
Vif.Devices.[ Secmod_keys.signkey_device; Secmod_keys.denom_device ]
|
||||
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue