aboutsummaryrefslogtreecommitdiff
path: root/src/server/Main.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/server/Main.hs')
-rw-r--r--src/server/Main.hs2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/server/Main.hs b/src/server/Main.hs
index 1cb324e..9734781 100644
--- a/src/server/Main.hs
+++ b/src/server/Main.hs
@@ -76,8 +76,6 @@ api conf = do
get "/api/payments" getPayments
- get "/api/monthlyPayments" getMonthlyPayments
-
post "/api/payment/add" $ do
name <- param "name" :: ActionM Text
cost <- param "cost" :: ActionM Text