matebeamter/src/Links.hs

15 lines
190 B
Haskell
Raw Normal View History

2019-09-16 07:44:46 +00:00
module Links where
import Servant.Lnks
import Data.Proxy
-- internal imports
import API
( userSelectLink :<|>
userOverviewLink :<|>
authLink
) = allLinks (Proxy :: Proxy UserAPI)