Skip to content
Snippets Groups Projects
Verified Commit 80caa889 authored by jan.hamal.dvorak's avatar jan.hamal.dvorak
Browse files

Repair tests

parent 6bce3670
No related branches found
No related tags found
No related merge requests found
...@@ -15,7 +15,7 @@ where ...@@ -15,7 +15,7 @@ where
import Relude hiding (for_, Option, get) import Relude hiding (for_, Option, get)
import Control.Concurrent.MVar (modifyMVar_) import Control.Concurrent.MVar (modifyMVar_)
import Data.Aeson () import Data.Aeson (Value)
import Hikaru import Hikaru
import Lucid import Lucid
import Network.HTTP.Types.Header import Network.HTTP.Types.Header
...@@ -165,7 +165,9 @@ where ...@@ -165,7 +165,9 @@ where
postEchoR :: Action () postEchoR :: Action ()
postEchoR = sendJSON =<< getJSON postEchoR = do
(json :: Value) <- getJSON
sendJSON json
getHelloR :: Text -> Action () getHelloR :: Text -> Action ()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment