aboutsummaryrefslogtreecommitdiffstats
path: root/app/Main.hs
blob: 3bea66ceb0be0143a73b002c1186774e2a5e5699 (plain)
1
2
3
4
5
6
module Main where

import qualified RestService (start)

main :: IO ()
main = RestService.start