Simplifying prefix to "/"

This commit is contained in:
Aleksandr Melnikov
2020-11-05 12:13:52 -08:00
parent f5fb44c59b
commit 530e24180d

View File

@@ -437,7 +437,7 @@ func (c *Client) createWorkflow(namespace string, workflowTemplateID uint64, wor
{
Uri: &networking.StringMatch{
MatchType: &networking.StringMatch_Prefix{
Prefix: "/sys/" + strconv.Itoa(sIdx) + "/" + s.Name},
Prefix: "/"},
},
},
},