Migrate strings/domain

This commit is contained in:
2021-10-19 23:06:31 -04:00
parent 9ace4b907a
commit 69bc105e40
5 changed files with 644 additions and 0 deletions

4
src/MyWebLog/Program.fs Normal file
View File

@@ -0,0 +1,4 @@
open MyWebLog
open Suave
startWebServer defaultConfig (Successful.OK (Strings.get "LastUpdated"))