mirror of
https://github.com/openziti/zrok.git
synced 2025-08-16 02:47:56 +02:00
de-lint (#99)
This commit is contained in:
@ -74,8 +74,8 @@ func (h *shareHandler) Handle(params service.ShareParams, principal *rest_model_
|
||||
sid, err := str.CreateService(envId, &store.Service{
|
||||
ZId: svcZId,
|
||||
Name: svcName,
|
||||
ShareMode: "public",
|
||||
BackendMode: "proxy",
|
||||
ShareMode: params.Body.ShareMode,
|
||||
BackendMode: params.Body.BackendMode,
|
||||
FrontendEndpoint: &frontendEndpoints[0],
|
||||
BackendProxyEndpoint: ¶ms.Body.BackendProxyEndpoint,
|
||||
}, tx)
|
||||
|
Reference in New Issue
Block a user