Working toward hosting
Seeing different behavior when this is sitting behind nginx; working toward a solution
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user