Working toward hosting

Seeing different behavior when this is sitting behind nginx; working toward a solution
This commit is contained in:
Daniel J. Summers
2018-08-07 08:17:56 -05:00
parent 95175d2c57
commit 2bf3bc4865
2 changed files with 2 additions and 1 deletions

View File

@@ -53,6 +53,7 @@ module Configure =
/// Routes for the available URLs within myPrayerJournal
let webApp =
router Handlers.Error.notFound [
route "/" (htmlFile "wwwroot/index.html")
subRoute "/api/" [
GET [
route "journal" Handlers.Journal.journal