pastecan/src/Main.hs

6 lines
77 B
Haskell

module Main where
import API
main :: IO ()
main = runApp 3000 "pastecan.db"