matebeamter/src/Links.hs

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)