Skip to content

Commit

Permalink
Update unikernel.ml
Browse files Browse the repository at this point in the history
Co-authored-by: Hannes Mehnert <[email protected]>
  • Loading branch information
PizieDust and hannesm authored Dec 11, 2024
1 parent 39cae02 commit 2233a3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion unikernel.ml
Original file line number Diff line number Diff line change
Expand Up @@ -1885,7 +1885,7 @@ struct
authenticate store reqd (deploy_form store reqd))
| "/api/unikernel/destroy" ->
check_meth `POST (fun () ->
authenticate ~check_token:true store reqd
authenticate ~check_token:true ~api_meth:true store reqd
(unikernel_destroy !albatross reqd))
| "/api/unikernel/restart" ->
check_meth `POST (fun () ->
Expand Down

0 comments on commit 2233a3a

Please sign in to comment.