Skip to content

Commit 995db12

Browse files
committed
remove arbitrary length limit of forward_host
1 parent 4c60bfb commit 995db12

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

backend/schema/endpoints/proxy-hosts.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,7 @@
2424
},
2525
"forward_host": {
2626
"type": "string",
27-
"minLength": 1,
28-
"maxLength": 50
27+
"minLength": 1
2928
},
3029
"forward_port": {
3130
"type": "integer",

0 commit comments

Comments
 (0)