Skip to content

Commit

Permalink
Fix for extra / on the end of the triggers endpoint (#3616)
Browse files Browse the repository at this point in the history
  • Loading branch information
refortie authored and hovsepm committed Aug 9, 2018
1 parent 6e38a32 commit e63f725
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -759,7 +759,7 @@
}
}
},
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logic/workflows/{workflowName}/triggers/": {
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logic/workflows/{workflowName}/triggers": {
"get": {
"tags": [
"WorkflowTriggers"
Expand Down

0 comments on commit e63f725

Please sign in to comment.