Don't set the port to 8080 by default
This commit is contained in:
parent
d859552575
commit
8ac578a914
|
@ -13,7 +13,7 @@ public struct Item: Decodable, Sendable {
|
|||
.user(.optional)
|
||||
.password(.optional)
|
||||
.host(.required)
|
||||
.port(.defaultValue(8080))
|
||||
.port(.optional)
|
||||
.path(.optional)
|
||||
.query(.optional)
|
||||
.fragment(.optional)
|
||||
|
|
Loading…
Reference in New Issue