Listing books

This commit is contained in:
2018-08-05 23:42:37 +03:00
parent f8f35007bf
commit 46c728c3c8
6 changed files with 90 additions and 4 deletions

View File

@ -11,7 +11,7 @@
{-# Language FlexibleInstances #-}
{-# Language TypeApplications #-}
{-# Language DataKinds #-}
module API.Channels (API, handler) where
module API.Channels (API, handler, JsonChannel(..)) where
import Servant
import Types