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 9b8d433 commit 39cae02
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 @@ -1804,7 +1804,7 @@ struct
(delete_volume !albatross reqd))
| "/api/volume/create" ->
check_meth `POST (fun () ->
authenticate ~check_token:true ~check_csrf:true store reqd
authenticate ~check_token:true ~check_csrf:true ~api_meth:true store reqd
(create_volume !albatross reqd))
| "/api/volume/download" ->
check_meth `POST (fun () ->
Expand Down

0 comments on commit 39cae02

Please sign in to comment.