Skip to content

Commit

Permalink
changed path match type to Exact
Browse files Browse the repository at this point in the history
  • Loading branch information
DDH13 committed May 2, 2024
1 parent bbaa071 commit c2a0997
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/config-deployer-service/ballerina/APIClient.bal
Original file line number Diff line number Diff line change
Expand Up @@ -1057,7 +1057,7 @@ public class APIClient {
private isolated function retrieveGRPCRouteMatch(APKOperations apiOperation) returns model:GRPCRouteMatch {
model:GRPCRouteMatch grpcRouteMatch = {
method: {
'type: "RegularExpression",
'type: "Exact",
'service: <string>apiOperation.target,
method: <string>apiOperation.verb
}
Expand Down

0 comments on commit c2a0997

Please sign in to comment.