matebeamter/src/Links.hs
2019-09-16 09:44:46 +02:00

15 lines
190 B
Haskell

module Links where
import Servant.Lnks
import Data.Proxy
-- internal imports
import API
( userSelectLink :<|>
userOverviewLink :<|>
authLink
) = allLinks (Proxy :: Proxy UserAPI)