Update PrintSchema to match new module hierarchy
This commit is contained in:
parent
4ef8890a19
commit
c85f093a60
|
@ -1,6 +1,6 @@
|
||||||
import Data.Morpheus.Types (render, App)
|
import Data.Morpheus.Types (render, App)
|
||||||
import Server.API (coreApp)
|
import Datarekisteri.Backend.API (coreApp)
|
||||||
import qualified Data.ByteString.Lazy.Char8 as C8
|
import qualified Data.ByteString.Lazy.Char8 as C8
|
||||||
import Server (APIM)
|
import Datarekisteri.Backend (APIM)
|
||||||
|
|
||||||
main = C8.putStrLn $ render (coreApp :: App () APIM)
|
main = C8.putStrLn $ render (coreApp :: App () APIM)
|
||||||
|
|
Loading…
Reference in New Issue