mirror of
https://github.com/openziti/zrok.git
synced 2025-08-19 12:24:37 +02:00
also return the request in the reservation so we can determine whether we need to provision a new share
This commit is contained in:
@@ -57,6 +57,7 @@ func CreateShare(root env_core.Root, request *ShareRequest) (*Share, error) {
|
||||
return &Share{
|
||||
Token: in.Payload.ShrToken,
|
||||
FrontendEndpoints: in.Payload.FrontendProxyEndpoints,
|
||||
Request: request,
|
||||
}, nil
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user