remove port from Types.Url

This commit is contained in:
Jonathan Lamothe 2021-09-22 09:54:54 -04:00
parent 262de92cb1
commit fd67089056

View File

@ -27,7 +27,6 @@ module Types (
data Url = Url
{ protocol :: String
, host :: String
, port :: Int
, path :: [String]
, params :: [(String, Maybe String)]
, anchor :: Maybe String