2023-01-20 09:20:06 +02:00
|
|
|
import Data.Morpheus.Types (render, App)
|
2023-10-19 10:01:22 +03:00
|
|
|
import Datarekisteri.Backend.API (coreApp)
|
2023-01-20 09:20:06 +02:00
|
|
|
import qualified Data.ByteString.Lazy.Char8 as C8
|
2023-10-19 10:01:22 +03:00
|
|
|
import Datarekisteri.Backend (APIM)
|
2023-01-20 09:20:06 +02:00
|
|
|
|
|
|
|
main = C8.putStrLn $ render (coreApp :: App () APIM)
|