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)
|
.user(.optional)
|
||||||
.password(.optional)
|
.password(.optional)
|
||||||
.host(.required)
|
.host(.required)
|
||||||
.port(.defaultValue(8080))
|
.port(.optional)
|
||||||
.path(.optional)
|
.path(.optional)
|
||||||
.query(.optional)
|
.query(.optional)
|
||||||
.fragment(.optional)
|
.fragment(.optional)
|
||||||
|
|
Loading…
Reference in New Issue