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