Don't set the port to 8080 by default

This commit is contained in:
Shadowfacts 2023-02-05 19:53:16 -05:00
parent d859552575
commit 8ac578a914
1 changed files with 1 additions and 1 deletions

View File

@ -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)