summaryrefslogtreecommitdiff
path: root/fig-web/src/Fig/Web/Module/Sentiment.hs
diff options
context:
space:
mode:
authorLLLL Colonq <llll@colonq>2025-05-30 02:55:35 -0400
committerLLLL Colonq <llll@colonq>2025-05-30 02:55:55 -0400
commitf95d9bbde51ee26468177b2d34c669d9689fbea4 (patch)
tree9790f7a39c70e1cc2c6a0d418ace38dcf7a1aa51 /fig-web/src/Fig/Web/Module/Sentiment.hs
parentbab19289fd0b0f7a26056c4f20b5a0f456c9bf57 (diff)
web: Big refactor part 2
Diffstat (limited to 'fig-web/src/Fig/Web/Module/Sentiment.hs')
-rw-r--r--fig-web/src/Fig/Web/Module/Sentiment.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/fig-web/src/Fig/Web/Module/Sentiment.hs b/fig-web/src/Fig/Web/Module/Sentiment.hs
index 38a9250..6b99873 100644
--- a/fig-web/src/Fig/Web/Module/Sentiment.hs
+++ b/fig-web/src/Fig/Web/Module/Sentiment.hs
@@ -8,7 +8,7 @@ import Fig.Web.Utils
import Fig.Web.Types
import qualified Fig.Web.DB as DB
-public :: Module
+public :: PublicModule
public a = do
onGet "/api/sentiment" do
s <- DB.get a.db "sentiment" >>= \case