From 766bc25be87ad66d9c850373e42c7d323f8d58db Mon Sep 17 00:00:00 2001 From: dan Date: Sat, 17 Apr 2021 08:41:13 +0200 Subject: Create RestService, with state and an eval endpoint --- app/Main.hs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'app/Main.hs') diff --git a/app/Main.hs b/app/Main.hs index 971bed7..3bea66c 100644 --- a/app/Main.hs +++ b/app/Main.hs @@ -1,6 +1,6 @@ module Main where -import qualified BizExpr (eval, repl) +import qualified RestService (start) main :: IO () -main = BizExpr.repl +main = RestService.start -- cgit v1.2.3