Skip to content

Commit

Permalink
Update unikernel.ml
Browse files Browse the repository at this point in the history
Co-authored-by: Hannes Mehnert <hannes@mehnert.org>
  • Loading branch information
PizieDust and hannesm authored Jul 3, 2024
1 parent 8e389ee commit 42c6471
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 @@ -354,7 +354,7 @@ module Main (R : Mirage_random.S) (P : Mirage_clock.PCLOCK) (M : Mirage_clock.MC
| "/images/molly_bird.jpeg" ->
Lwt.return (reply ~content_type:"image/jpeg" imgs.molly_img)
| "/images/robur.png" ->
Lwt.return (reply imgs.robur_img)
Lwt.return (reply ~content_type:"image/png" imgs.robur_img)
| "/style.css" ->
Lwt.return (reply ~content_type:"text/css" css_file)
| "/sign-up" ->
Expand Down

0 comments on commit 42c6471

Please sign in to comment.