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 3be8539 commit 8e389ee
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 @@ -352,7 +352,7 @@ module Main (R : Mirage_random.S) (P : Mirage_clock.PCLOCK) (M : Mirage_clock.MC
| "/main.js" ->
Lwt.return (reply ~content_type:"text/plain" js_file)
| "/images/molly_bird.jpeg" ->
Lwt.return (reply imgs.molly_img)
Lwt.return (reply ~content_type:"image/jpeg" imgs.molly_img)
| "/images/robur.png" ->
Lwt.return (reply imgs.robur_img)
| "/style.css" ->
Expand Down

0 comments on commit 8e389ee

Please sign in to comment.