Skip to content

Commit

Permalink
fixed urls in Giraffe example
Browse files Browse the repository at this point in the history
  • Loading branch information
luithefirst committed Sep 4, 2024
1 parent bb1f599 commit ade78de
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions src/Scratch/28 - Giraffe/Program.fs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ let runDirect () =


Aardium.run {
url "http://localhost:4321/test"
url "http://localhost:4321/"
width 1024
height 768
debug true
Expand All @@ -48,7 +48,7 @@ let runWithRoute () =


Aardium.run {
url "http://localhost:4321/test"
url "http://localhost:4321/test/"
width 1024
height 768
debug true
Expand Down Expand Up @@ -108,5 +108,7 @@ let main argv =
Aardvark.Init()
Aardium.init()

runWithSaturn ()
runDirect ()
//runWithRoute()
//runWithSaturn()

0 comments on commit ade78de

Please sign in to comment.