Skip to content

Commit

Permalink
Hello World from Suave
Browse files Browse the repository at this point in the history
  • Loading branch information
theimowski committed Sep 25, 2017
1 parent c1a23f5 commit c21f119
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion App.fs
Expand Up @@ -2,4 +2,4 @@ open Suave // always open suave
open Suave.Successful // for OK-result
open Suave.Web // for config

startWebServer defaultConfig (OK "Hello World!")
startWebServer defaultConfig (OK "Hello World!")

0 comments on commit c21f119

Please sign in to comment.