snix/src
William Carroll 29a00dc571 Configure non-simple CORS server-side
@dmjio says (probably correctly) that it's best to just serve the client from
the server and circumvent CORS issues altogether.

One day I will set that up. For now, this works... *sigh*
2020-07-31 18:31:52 +01:00
..
Accounts.hs Remove erroneous parens around columns in SELECT statement 2020-07-30 19:52:04 +01:00
API.hs Prefer PUT to PATCH 2020-07-31 18:30:03 +01:00
App.hs Configure non-simple CORS server-side 2020-07-31 18:31:52 +01:00
Auth.hs Authorize endpoints 2020-07-30 10:23:55 +01:00
Email.hs Add Haskell client library for MailGun 2020-07-30 17:07:49 +01:00
init.sql Verify users' email addresses when they attempt to sign-up 2020-07-30 18:38:46 +01:00
LoginAttempts.hs Debug LoginAttempts.increment 2020-07-30 19:52:37 +01:00
Main.hs Read env variables using envy library 2020-07-30 13:58:50 +01:00
PendingAccounts.hs Remove erroneous parens around columns in SELECT statement 2020-07-30 19:52:04 +01:00
Sessions.hs Remove erroneous parens around columns in SELECT statement 2020-07-30 19:52:04 +01:00
Trips.hs Support PATCH /trips 2020-07-31 11:25:36 +01:00
Types.hs Return a JSON Session on a successful POST /login 2020-07-31 18:30:03 +01:00
Utils.hs Create Utils module for (|>) operator 2020-07-28 18:47:40 +01:00