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/Settings.hs | 3 +++ 1 file changed, 3 insertions(+) (limited to 'app/Settings.hs') diff --git a/app/Settings.hs b/app/Settings.hs index 0d55606..6c0f129 100644 --- a/app/Settings.hs +++ b/app/Settings.hs @@ -1,4 +1,7 @@ module Settings where +host :: Maybe String host = Nothing + +port :: String port = "3000" -- cgit v1.2.3