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 e4ad9f6..1cb324e 100644
--- a/src/server/Main.hs
+++ b/src/server/Main.hs
@@ -87,5 +87,3 @@ api conf = do
post "/api/payment/delete" $ do
paymentId <- param "id" :: ActionM Text
deletePayment paymentId
-
- get "/api/payments/count" getPaymentsCount