We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb94e6e commit 25cb688Copy full SHA for 25cb688
src/Main.hs
@@ -63,7 +63,7 @@ users =
63
]
64
65
usersIndex :: Handler [User]
66
-usersIndex = _
+usersIndex = pure users
67
68
usersShow :: String -> Handler User
69
usersShow _uname = _
0 commit comments