add interested api endpoint
This commit is contained in:
parent
9a8a1208db
commit
8451509cac
3 changed files with 41 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue