From abbf64f5a5453fcb6bfe9b90df9e8f6fa002b66a Mon Sep 17 00:00:00 2001 From: Andrew Guschin Date: Sun, 5 Mar 2023 14:28:47 +0400 Subject: Fixed warnings --- app/Routes.hs | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'app/Routes.hs') diff --git a/app/Routes.hs b/app/Routes.hs index 3dbb3aa..09d4a64 100644 --- a/app/Routes.hs +++ b/app/Routes.hs @@ -2,13 +2,11 @@ module Routes where import qualified Data.Text as T -import Web.Response -import Web.Request import Web.Router -import Web.Utils import Web.Http import Views +routesTable :: [Route] routesTable = [ Route indexGet (T.pack "/") GET - , Route helloGet (T.pack "/hello") GET ] \ No newline at end of file + , Route helloGet (T.pack "/hello") GET ] -- cgit v1.2.3