server/src/Config.hs

7 lines
78 B
Haskell
Raw Normal View History

2018-04-11 13:25:24 +02:00
module Config (
listenPort
) where
listenPort :: Int
listenPort = 3000