File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -165,7 +165,7 @@ export async function updateProxyResources(
165165 . update ( resources )
166166 . set ( {
167167 name : resourceData . name || "Unnamed Resource" ,
168- protocol : protocol || "http " ,
168+ protocol : protocol || "tcp " ,
169169 http : http ,
170170 proxyPort : http ? null : resourceData [ "proxy-port" ] ,
171171 fullDomain : http ? resourceData [ "full-domain" ] : null ,
@@ -457,7 +457,7 @@ export async function updateProxyResources(
457457 orgId,
458458 niceId : resourceNiceId ,
459459 name : resourceData . name || "Unnamed Resource" ,
460- protocol : resourceData . protocol || "http " ,
460+ protocol : protocol || "tcp " ,
461461 http : http ,
462462 proxyPort : http ? null : resourceData [ "proxy-port" ] ,
463463 fullDomain : http ? resourceData [ "full-domain" ] : null ,
You can’t perform that action at this time.
0 commit comments