add interested api endpoint

This commit is contained in:
Josep Mengual 2026-02-03 19:31:39 +01:00 committed by Daniel Kauss Serna
parent 9a8a1208db
commit 8451509cac
3 changed files with 41 additions and 1 deletions

View file

@ -52,6 +52,7 @@ executable chipburners-club
-- Modules included in this executable, other than Main.
other-modules:
Ical
Interested
Render
-- LANGUAGE extensions used by modules in this package.
@ -62,6 +63,7 @@ executable chipburners-club
-- Other library packages from which modules are imported.
build-depends:
aeson,
base ^>=4.20.2.0,
bytestring,
containers,
@ -71,6 +73,7 @@ executable chipburners-club
scotty,
text,
time,
uuid,
wai-middleware-static,
-- Directories containing source files.