remove port from Types.Url
This commit is contained in:
parent
262de92cb1
commit
fd67089056
|
@ -27,7 +27,6 @@ module Types (
|
|||
data Url = Url
|
||||
{ protocol :: String
|
||||
, host :: String
|
||||
, port :: Int
|
||||
, path :: [String]
|
||||
, params :: [(String, Maybe String)]
|
||||
, anchor :: Maybe String
|
||||
|
|
Loading…
Reference in New Issue
Block a user