Added recurrence SQL; updated API
API should support recurrence (#16); also updated for new F# match! statement
This commit is contained in:
@@ -53,7 +53,7 @@ module Configure =
|
||||
/// Routes for the available URLs within myPrayerJournal
|
||||
let webApp =
|
||||
router Handlers.Error.notFound [
|
||||
route "/" (htmlFile "wwwroot/index.html")
|
||||
route "/" Handlers.Vue.app
|
||||
subRoute "/api/" [
|
||||
GET [
|
||||
route "journal" Handlers.Journal.journal
|
||||
|
||||
Reference in New Issue
Block a user