Fix schema

This commit is contained in:
2018-08-03 00:09:43 +03:00
parent 9dc1a7dca2
commit cf8360fd95
3 changed files with 19 additions and 17 deletions

View File

@ -47,7 +47,7 @@ type API = Get '[HTML] Index
handler :: ServerT API AppM
handler = do
u <- runDB $
u <- runDB $ do
query $ select $ gen users
$logInfo $ "users: " <> (pack . show $ u)
return Index